mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
zotero: mark as insecure (CVE-2023-5217)
Zotero 6 is based on Firefox 60 and has not patched this vulnerability.
The next version is based on Firefox 102 (ESR) and has patched this, but
is is still in beta.
See also NixOS/nixpkgs#258048.
(cherry picked from commit 9438baa49d)
This commit is contained in:
committed by
github-actions[bot]
parent
c7b1b1a0ff
commit
5d7ca44a2e
@@ -153,5 +153,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.agpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ i077 ];
|
||||
knownVulnerabilities = [ "CVE-2023-5217" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user