Skip to content

fix(deps): bump pyasn1 to 0.6.4 for VULN-88810#130

Open
shuningc wants to merge 1 commit into
mainfrom
VULN-88810-pyasn1-upgrade
Open

fix(deps): bump pyasn1 to 0.6.4 for VULN-88810#130
shuningc wants to merge 1 commit into
mainfrom
VULN-88810-pyasn1-upgrade

Conversation

@shuningc

Copy link
Copy Markdown
Contributor

Summary

  • Remediate VULN-88810: ASN.1 decoder DoS via unbounded recursion on nested indefinite-length SEQUENCE/SET (fixed in 0.6.3).
  • poetry.lock: pyasn1 0.6.1 → 0.6.4 (transitive; no pyproject change).
  • Example pin: pyasn1==0.6.3.

Test plan

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

Jira

VULN-88810

Remediate ASN.1 decoder DoS from unbounded recursion on deeply nested
SEQUENCE/SET indefinite-length payloads (fixed in 0.6.3). Lock-only bump;
example pin set to 0.6.3.

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