mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
exiftags: add CVE-2023-50671 & CVE-2024-42851 to knownVulnerabilities
(#340568)
This commit is contained in:
commit
6d972bca2a
@ -23,5 +23,9 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.free;
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; unix;
|
||||
knownVulnerabilities = [
|
||||
"CVE-2023-50671"
|
||||
"CVE-2024-42851"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user