Skip to content

fix(deps): bump pyasn1 0.6.3 -> 0.6.4 (3 CVEs) - #830

Merged
rlagowski merged 1 commit into
developfrom
fix/pyasn1-cve-0.6.4
Jul 27, 2026
Merged

fix(deps): bump pyasn1 0.6.3 -> 0.6.4 (3 CVEs)#830
rlagowski merged 1 commit into
developfrom
fix/pyasn1-cve-0.6.4

Conversation

@rafeekpro

Copy link
Copy Markdown
Collaborator

Why

#828 (python-minor-and-patch group) merged with pyasn1==0.6.3, which carries 3 known vulnerabilitiesPYSEC-2026-3455, PYSEC-2026-3456, PYSEC-2026-3457 — all fixed in 0.6.4. The "Python deps CVE scan" failed on #828 for exactly this, but the scan is a non-required check so dependabot-automerge merged it anyway.

pyasn1 is a transitive dep (via pyasn1-modules), so the group bump didn't lift it.

Fix

uv lock --upgrade-package pyasn1pyasn1 0.6.3 → 0.6.4 (lock-only change).

Verified locally with the exact CI invocation:

$ uv run pip-audit --ignore-vuln PYSEC-2025-183
No known vulnerabilities found

🤖 Generated with Claude Code

#828 (python-minor-and-patch group) merged with pyasn1==0.6.3, which has 3
known vulnerabilities (PYSEC-2026-3455/3456/3457), all fixed in 0.6.4. pyasn1
is a transitive dependency (via pyasn1-modules), so the group bump didn't lift
it. `uv lock --upgrade-package pyasn1` moves it to 0.6.4; `uv run pip-audit`
now reports "No known vulnerabilities found".

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 27, 2026 08:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rlagowski
rlagowski merged commit 4762543 into develop Jul 27, 2026
19 checks passed
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.

3 participants