Skip to content

Commit 9fa1bb9

Browse files
authored
Bump PyJWT to 2.10.1 in .ci/metrics/requirements.lock.txt (#16718)
PR to bump dependency version to resolve security vulnerability found. In current version, The wrong string if check is run for iss checking, resulting in "acb" being accepted for "_abc_". Additional details: Weaknesses: CWE-697 CVE ID: CVE-2024-53861
1 parent 4c7d48d commit 9fa1bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/metrics/requirements.lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pygithub==2.5.0 \
231231
--hash=sha256:b0b635999a658ab8e08720bdd3318893ff20e2275f6446fcf35bf3f44f2c0fd2 \
232232
--hash=sha256:e1613ac508a9be710920d26eb18b1905ebd9926aa49398e88151c1b526aad3cf
233233
# via -r ./requirements.txt
234-
pyjwt[crypto]==2.10.0 \
234+
pyjwt[crypto]==2.10.1 \
235235
--hash=sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15 \
236236
--hash=sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c
237237
# via pygithub

0 commit comments

Comments
 (0)