Skip to content

ci: remove obsolete advisory and update bytes to 1.11.1#5882

Merged
wjones127 merged 4 commits intomainfrom
copilot/fix-cargo-deny-check-issue
Feb 3, 2026
Merged

ci: remove obsolete advisory and update bytes to 1.11.1#5882
wjones127 merged 4 commits intomainfrom
copilot/fix-cargo-deny-check-issue

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 3, 2026

Cargo deny was failing due to an obsolete advisory ignore entry and a newly published security vulnerability in the bytes crate.

Changes

  • deny.toml: Removed RUSTSEC-2026-0002 (lru) - advisory no longer matches any crates in tree
  • Cargo.toml: Updated bytes workspace dependency 1.41.11.1
  • Cargo.lock and python/Cargo.lock: Locked to bytes 1.11.1

Context

RUSTSEC-2026-0007 published 2026-02-03 affects bytes 1.11.0, which was in use. Integer overflow in BytesMut::reserve allows new_cap + offset to wrap, bypassing capacity checks and creating out-of-bounds slices via spare_capacity_mut(). Patched in 1.11.1.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: wjones127 <5488879+wjones127@users.noreply.github.com>
Copilot AI changed the title [WIP] Investigate and resolve cargo deny check failure Remove obsolete RUSTSEC-2026-0002 advisory from deny.toml Feb 3, 2026
Copilot AI requested a review from wjones127 February 3, 2026 20:23
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

ACTION NEEDED
Lance follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

For details on the error please inspect the "PR Title Check" action.

@wjones127 wjones127 changed the title Remove obsolete RUSTSEC-2026-0002 advisory from deny.toml ci: remove obsolete RUSTSEC-2026-0002 advisory from deny.toml Feb 3, 2026
@github-actions github-actions Bot added the ci Github Action or Test issues label Feb 3, 2026
Co-authored-by: wjones127 <5488879+wjones127@users.noreply.github.com>
Copilot AI changed the title ci: remove obsolete RUSTSEC-2026-0002 advisory from deny.toml Fix cargo deny failures: remove obsolete advisory and update bytes to 1.11.1 Feb 3, 2026
@wjones127 wjones127 changed the title Fix cargo deny failures: remove obsolete advisory and update bytes to 1.11.1 ci: remove obsolete advisory and update bytes to 1.11.1 Feb 3, 2026
@wjones127 wjones127 marked this pull request as ready for review February 3, 2026 20:52
Co-authored-by: wjones127 <5488879+wjones127@users.noreply.github.com>
Copilot AI changed the title ci: remove obsolete advisory and update bytes to 1.11.1 Fix cargo deny: remove obsolete advisory and update bytes to 1.11.1 Feb 3, 2026
Copilot AI requested a review from wjones127 February 3, 2026 20:58
@github-actions github-actions Bot added the python label Feb 3, 2026
@wjones127 wjones127 changed the title Fix cargo deny: remove obsolete advisory and update bytes to 1.11.1 ci: remove obsolete advisory and update bytes to 1.11.1 Feb 3, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@wjones127 wjones127 merged commit efd13ac into main Feb 3, 2026
28 of 32 checks passed
@wjones127 wjones127 deleted the copilot/fix-cargo-deny-check-issue branch February 3, 2026 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Github Action or Test issues python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants