exiftags: add CVE-2023-50671 & CVE-2024-42851 to knownVulnerabilities (#340568)

This commit is contained in:
Fabián Heredia Montiel 2024-09-09 00:19:39 -06:00 committed by GitHub
commit 6d972bca2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
];
};
}