Skip to content

Commit

Permalink
fix(cactus-validator-socketio-indy): upgrade pyjwt to 2.4.0
Browse files Browse the repository at this point in the history
CVE ID CVE-2022-29217

GHSA ID GHSA-ffqj-6fqr-9h24

GHSA-ffqj-6fqr-9h24

https://github.com/hyperledger/cacti/security/dependabot/175

Fixes hyperledger#2614

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Aug 13, 2023
1 parent 350b7b7 commit 75119ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages-python/cactus_validator_socketio_indy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
'Jinja2==3.0.1',
'MarkupSafe==2.0.1',
'pycparser==2.20',
'PyJWT==2.1.0',
'PyJWT==2.4.0',
'python-engineio==4.3.0',
'python-socketio==5.5.0',
'python3-indy==1.16.0',
Expand Down

0 comments on commit 75119ef

Please sign in to comment.