Skip to content

Commit

Permalink
Merge pull request NixOS#262808 from i077/zotero-insecure
Browse files Browse the repository at this point in the history
zotero: mark as insecure (CVE-2023-5217)
  • Loading branch information
mweinelt authored Oct 22, 2023
2 parents 16e3288 + 9438baa commit 4ef208f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/office/zotero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,6 @@ stdenv.mkDerivation rec {
license = licenses.agpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ i077 ];
knownVulnerabilities = [ "CVE-2023-5217" ];
};
}

0 comments on commit 4ef208f

Please sign in to comment.