Skip to content

fix(deps): require PyJWT >=2.13.0 for VULN-88811#131

Open
shuningc wants to merge 1 commit into
mainfrom
VULN-88811-pyjwt-upgrade
Open

fix(deps): require PyJWT >=2.13.0 for VULN-88811#131
shuningc wants to merge 1 commit into
mainfrom
VULN-88811-pyjwt-upgrade

Conversation

@shuningc

Copy link
Copy Markdown
Contributor

Summary

  • Remediate VULN-88811: JWK/HMAC confusion when verifying JWTs with mixed asymmetric + HMAC support (fixed in 2.13.0).
  • pyproject.toml: require pyjwt >=2.13.0,<3.0.0 (was >=2.12.0).
  • poetry.lock and example pins updated to 2.13.0.

Test plan

  • poetry check
  • Installed pyjwt 2.13.0; poetry run pytest tests/ (1988 passed, 10 skipped)

Jira

VULN-88811

Remediate JWK/HMAC algorithm confusion when verifying tokens (fixed in 2.13.0).
Raise direct floor in pyproject.toml; lock resolves 2.13.0; example pins updated.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant