Skip to content

fix(deps): patch quinn-proto to 0.11.15 - #457

Merged
tobyhede merged 1 commit into
mainfrom
fix/cip-3838-vanta-high-batch
Aug 19, 2026
Merged

fix(deps): patch quinn-proto to 0.11.15#457
tobyhede merged 1 commit into
mainfrom
fix/cip-3838-vanta-high-batch

Conversation

@tobyhede

Copy link
Copy Markdown
Contributor

Summary

  • Bumps quinn-proto (transitive dependency via quinn) from 0.11.14 to 0.11.15
  • Fixes advisory GHSA-4w2j-m93h-cj5j (High severity), flagged by Dependabot/Vanta
  • A prior fix already bumped quinn-proto to >=0.11.14 for an earlier advisory; this bumps one patch version further
  • cargo update -p quinn-proto --precise 0.11.15 resolved cleanly within the existing quinn = 0.11.8 constraint, so no quinn version bump or Cargo.toml change was needed

Test plan

  • cargo build --workspace succeeds
  • cargo test --lib -p cipherstash-proxy (132 tests) passes single-threaded
  • Full integration suite (mise run test, requires docker-compose Postgres) not run locally — no docker available in this environment; CI will cover it

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

Approving.

Verified against the advisory rather than the PR body:

  • GHSA-4w2j-m93h-cj5j — "Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly", High, quinn-proto >= 0.1.0, < 0.11.15 → first patched 0.11.15. The bump lands exactly on the floor.
  • Diff is a single Cargo.lock entry (version + checksum), no Cargo.toml change — consistent with the claim that quinn = 0.11.8's existing constraint already admits 0.11.15, so there's no semver-incompatible surface here.
  • No other quinn-proto entry left in the lockfile.

CI is fully green, including all four Postgres integration matrices (14/15/16/17) and the performance regression check — so the one unchecked box in the test plan (integration suite not runnable locally without docker) is covered.

Nothing further from me.

@tobyhede
tobyhede merged commit d495e0c into main Aug 19, 2026
5 checks passed
@tobyhede
tobyhede deleted the fix/cip-3838-vanta-high-batch branch August 19, 2026 03:50
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.

2 participants