Skip to content

fix(deps): upgrade msgpack to 1.2.1 for GHSA-6v7p-g79w-8964#2554

Merged
kevinmessiaen merged 2 commits into
mainfrom
worktree-fix+GHSA-6v7p-g79w-8964
Jun 22, 2026
Merged

fix(deps): upgrade msgpack to 1.2.1 for GHSA-6v7p-g79w-8964#2554
kevinmessiaen merged 2 commits into
mainfrom
worktree-fix+GHSA-6v7p-g79w-8964

Conversation

@kevinmessiaen

Copy link
Copy Markdown
Member

msgpack 1.1.2 is flagged by pip-audit (GHSA-6v7p-g79w-8964). Bump the transitive dependency in the lockfile to the fixed version 1.2.1.

Also add a fix-cve skill documenting the uv-lockfile CVE remediation procedure and verification gate.

Description

Related Issue

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Coding agents

Autonomous agents with no human in the loop must read AUTONOMOUS.md before opening a PR.

PR title: agent-opened PRs must end the title with 🤖🤖🤖🤖 (exactly four robot emojis). Do not omit — that suffix is how the expedited agent PR workflow picks up the PR.

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've read the CONTRIBUTING.md guide.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring in NumPy format for all the methods and classes that I created or modified.
  • I've updated the uv.lock running uv lock (only applicable when pyproject.toml has been
    modified)

msgpack 1.1.2 is flagged by pip-audit (GHSA-6v7p-g79w-8964). Bump the
transitive dependency in the lockfile to the fixed version 1.2.1.

Also add a fix-cve skill documenting the uv-lockfile CVE remediation
procedure and verification gate.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request adds a new skill guide (SKILL.md) outlining the procedure for remediating Python dependency vulnerabilities using the uv lockfile, and applies this to upgrade msgpack from version 1.1.2 to 1.2.1 in uv.lock. The review feedback recommends expanding the guide to address resolution failures caused by version constraints, suggesting solutions such as upgrading parent dependencies or using tool.uv.overrides in pyproject.toml.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .claude/skills/fix-cve/SKILL.md Outdated
Forcing `uv lock --upgrade-package "pkg>=fix"` past a parent's version
cap fails with a resolution error (uv constraints only narrow, never
expand). Document the correct escalation: upgrade the capping parent,
or use [tool.uv] override-dependencies.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant