Skip to content

Commit

Permalink
python: ecdsa: 0.13.2 -> 0.13.3
Browse files Browse the repository at this point in the history
Resolving CVE-2019-14853 & CVE-2019-14859

(cherry picked from commit 6b125ad)
  • Loading branch information
FRidh committed Dec 30, 2019
1 parent 979b841 commit 5ff4ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ecdsa/default.nix
Expand Up @@ -6,11 +6,11 @@

buildPythonPackage rec {
pname = "ecdsa";
version = "0.13.2";
version = "0.13.3";

src = fetchPypi {
inherit pname version;
sha256 = "5c034ffa23413ac923541ceb3ac14ec15a0d2530690413bff58c12b80e56d884";
sha256 = "163c80b064a763ea733870feb96f9dd9b92216cfcacd374837af18e4e8ec3d4d";
};

# Only needed for tests
Expand Down

1 comment on commit 5ff4ee5

@vcunat
Copy link
Member

@vcunat vcunat commented on 5ff4ee5 Jan 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: this apparently introduced a couple hundred failures due to PyJWT starting to fail an ecdsa test now.

Please sign in to comment.