Skip to content

fix: address RUSTSEC-2026-0104 cargo-deny advisory#3326

Merged
westonpace merged 1 commit into
lancedb:mainfrom
westonpace:fix-cargo-deny-action
Apr 28, 2026
Merged

fix: address RUSTSEC-2026-0104 cargo-deny advisory#3326
westonpace merged 1 commit into
lancedb:mainfrom
westonpace:fix-cargo-deny-action

Conversation

@westonpace

Copy link
Copy Markdown
Contributor

Summary

  • Update rustls-webpki 0.103.10 → 0.103.13 to fix RUSTSEC-2026-0104 (reachable panic in CRL parsing)
  • Add advisory ignore for the legacy rustls-webpki 0.101.7 copy pinned to the aws-smithy/rustls 0.21 chain (same chain already exempted for RUSTSEC-2026-0098/0099)

Fixes the deny CI job failure seen in #3325.

Test plan

  • cargo deny check advisories passes locally

🤖 Generated with Claude Code

Update rustls-webpki 0.103.10 -> 0.103.13 to fix the CRL parsing panic
vulnerability. Add an advisory ignore for the legacy 0.101.7 copy which
is pinned to the aws-smithy/rustls 0.21 chain and cannot be upgraded.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@github-actions github-actions Bot added the bug Something isn't working label Apr 27, 2026

@wjones127 wjones127 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.

Thank you!

@westonpace
westonpace merged commit f31e277 into lancedb:main Apr 28, 2026
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants