mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
minidjvu: mark as vulnerable
See https://github.com/NixOS/nixpkgs/issues/90896
(cherry picked from commit a0c6ffc324
)
This commit is contained in:
parent
e31c26bb54
commit
926a76fac7
@ -26,5 +26,8 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ lib.maintainers.viric ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "minidjvu";
|
||||
knownVulnerabilities = [
|
||||
"minidjvu is vulnerable to a number of out-of-bound read vulnerabilities, potentially causing denials of service (CVE-2017-12441, CVE-2017-12442, CVE-2017-12443, CVE-2017-12444, CVE-2017-12445)"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user