python2Packages.cryptography: mark insecure, CVE-2020-25659

This commit is contained in:
Jonathan Ringer 2020-11-23 16:26:26 -08:00 committed by Frederik Rietdijk
parent 64236501b5
commit 2545e3f370

View File

@ -70,5 +70,6 @@ buildPythonPackage rec {
+ replaceStrings [ "." ] [ "-" ] version;
license = with licenses; [ asl20 bsd3 psfl ];
maintainers = with maintainers; [ primeos ];
knownVulnerabilities = [ "CVE-2020-25659" "https://github.com/advisories/GHSA-hggm-jpg3-v476" ];
};
}