jhead: list known vulnerabilities

This commit is contained in:
Robert Helgesson 2020-12-26 13:28:26 +01:00
parent 75d69a0a27
commit 06ed62c27c
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -43,5 +43,10 @@ stdenv.mkDerivation rec {
license = licenses.publicDomain;
maintainers = with maintainers; [ rycee ];
platforms = platforms.all;
# https://github.com/NixOS/nixpkgs/issues/90828
knownVulnerabilities = [
"CVE-2020-6624"
"CVE-2020-6625"
];
};
}