Sourced from quinn-proto's releases.
quinn-proto 0.11.14
@jxsreported a denial of service issue in quinn-proto 5 days ago:We coordinated with them to release this version to patch the issue. Unfortunately the maintainers missed these issues during code review and we did not have enough fuzzing coverage -- we regret the oversight and have added an additional fuzzing target.
Organizations that want to participate in coordinated disclosure can contact us privately to discuss terms.
What's Changed
- Fix over-permissive proto dependency edge by
@Ralithin quinn-rs/quinn#2385- 0.11.x: avoid unwrapping VarInt decoding during parameter parsing by
@djcin quinn-rs/quinn#2559
2c315aa
proto: bump version to 0.11.148ad47f4
Use newer rustls-pki-types PEM parser APIc81c028
ci: fix workflow syntax0050172
ci: pin wasm-bindgen-cli version8a6f82c
Take semver-compatible dependency updatese52db4a
Apply suggestions from clippy 1.916df7275
chore: Fix unnecessary_unwrap clippyc8eefa0
proto: avoid unwrapping varint decoding during parameters parsing9723a97
fuzz: add fuzzing target for parsing transport parameterseaf0ef3
Fix over-permissive proto dependency edge (#2385)