1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

exiftags: add CVE-2023-50671 & CVE-2024-42851 to knownVulnerabilities

This commit is contained in:
Robert Scott 2024-09-08 19:09:08 +01:00
parent ca5bcf3dcf
commit 5d6cbed56a

View file

@ -23,5 +23,9 @@ stdenv.mkDerivation rec {
license = lib.licenses.free;
maintainers = [ ];
platforms = with lib.platforms; unix;
knownVulnerabilities = [
"CVE-2023-50671"
"CVE-2024-42851"
];
};
}