Skip to content

Commit a92a15b

Browse files
authored
Document our findings on addressing CVE-2022-29217
1 parent 2e36358 commit a92a15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# See https://stackoverflow.com/a/14211600/728675 for more detail
7575
install_requires=[
7676
'requests>=2.0.0,<3',
77-
'PyJWT[crypto]>=1.0.0,<3',
77+
'PyJWT[crypto]>=1.0.0,<3', # MSAL does not use jwt.decode(), therefore is insusceptible to CVE-2022-29217 so no need to bump to PyJWT 2.4+
7878

7979
'cryptography>=0.6,<40',
8080
# load_pem_private_key() is available since 0.6

0 commit comments

Comments
 (0)