3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #107627 from rycee/jhead/known-vulnerabilities

jhead: list known vulnerabilities
This commit is contained in:
Benjamin Hipple 2020-12-26 11:15:31 -05:00 committed by GitHub
commit 3bcf45556c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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