aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cryptography/2.9.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-12-04 12:20:02 +0000
committerGitHub <noreply@github.com>2020-12-04 12:20:02 +0000
commit4b8f5caddc8d2a12eb0bed9122dcd1adb3435965 (patch)
treea004c54dbe420efbf8c002c710abc3667d7536ea /pkgs/development/python-modules/cryptography/2.9.nix
parent82b9b02331e9256a797856a31c8013e31e4be47d (diff)
parentdbe5d0cd03ffbd27419f2ca3f6496d36ff87c76f (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/cryptography/2.9.nix')
-rw-r--r--pkgs/development/python-modules/cryptography/2.9.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cryptography/2.9.nix b/pkgs/development/python-modules/cryptography/2.9.nix
index 3bbb67c52405..3cde50542873 100644
--- a/pkgs/development/python-modules/cryptography/2.9.nix
+++ b/pkgs/development/python-modules/cryptography/2.9.nix
@@ -29,6 +29,8 @@ buildPythonPackage rec {
sha256 = "0af25w5mkd6vwns3r6ai1w5ip9xp0ms9s261zzssbpadzdr05hx0";
};
+ patches = [ ./CVE-2020-25659.patch ];
+
outputs = [ "out" "dev" ];
buildInputs = [ openssl ]
@@ -70,6 +72,5 @@ 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" ];
};
}