python2Packages.cryptography: mark insecure, CVE-2020-25659
This commit is contained in:
parent
64236501b5
commit
2545e3f370
@ -70,5 +70,6 @@ buildPythonPackage rec {
|
|||||||
+ replaceStrings [ "." ] [ "-" ] version;
|
+ replaceStrings [ "." ] [ "-" ] version;
|
||||||
license = with licenses; [ asl20 bsd3 psfl ];
|
license = with licenses; [ asl20 bsd3 psfl ];
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
|
knownVulnerabilities = [ "CVE-2020-25659" "https://github.com/advisories/GHSA-hggm-jpg3-v476" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user