python2Packages.pyjwt: mark insecure

This commit is contained in:
Robert Schütz 2022-06-05 17:07:25 +00:00
parent e174b463e7
commit 007ffa6069

View File

@ -40,5 +40,8 @@ buildPythonPackage rec {
description = "JSON Web Token implementation in Python";
homepage = "https://github.com/jpadilla/pyjwt";
license = licenses.mit;
knownVulnerabilities = [
"CVE-2022-29217"
];
};
}