Skip to content

Commit

Permalink
Merge pull request #9 from icebreakerone/kip/upgrade-cryptography-lib
Browse files Browse the repository at this point in the history
Upgrade libs to fix CVE-2024-26130
  • Loading branch information
kipparker authored Feb 22, 2024
2 parents 6795d26 + 93b276c commit b93f51f
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 79 deletions.
11 changes: 0 additions & 11 deletions Pipfile

This file was deleted.

1 change: 1 addition & 0 deletions authentication/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ python-jose = {extras = ["cryptography"] }
python-multipart = "*"
httpx = "*"
bcrypt = "*"
cryptography = "*"

[dev-packages]
black = "*"
Expand Down
72 changes: 37 additions & 35 deletions authentication/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions resource/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b93f51f

Please sign in to comment.