about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cryptography
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-23 16:26:26 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-11-24 17:32:50 +0100
commit2545e3f370ce739aa50c9bcbe01517190d2e4d08 (patch)
treed45d0fab0d5219b4830c79d6bb9158fe1193ab92 /pkgs/development/python-modules/cryptography
parent64236501b53ce97ed9ac0bafd0c2385ac6691224 (diff)
python2Packages.cryptography: mark insecure, CVE-2020-25659
Diffstat (limited to 'pkgs/development/python-modules/cryptography')
-rw-r--r--pkgs/development/python-modules/cryptography/2.9.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cryptography/2.9.nix b/pkgs/development/python-modules/cryptography/2.9.nix
index 6a6187e5693d2..3bbb67c524054 100644
--- a/pkgs/development/python-modules/cryptography/2.9.nix
+++ b/pkgs/development/python-modules/cryptography/2.9.nix
@@ -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" ];
   };
 }