Fix Dependabot alerts: openssl 0.10.80, serde_with 3.21.0, h2 0.4.18 - #2104
Open
erubboli wants to merge 1 commit into
Open
Fix Dependabot alerts: openssl 0.10.80, serde_with 3.21.0, h2 0.4.18#2104erubboli wants to merge 1 commit into
erubboli wants to merge 1 commit into
Conversation
- openssl 0.10.78 -> 0.10.80: RUSTSEC UB in X509Ref::ocsp_responders (high), AES key-wrap-with-padding heap overflows (alerts 61, 63, 64) - serde_with 3.16.1 -> 3.21.0: KeyValueMap panic on malformed input (alert 65) - h2 0.4.13 -> 0.4.18: RUSTSEC-2026-0258 unbounded empty DATA frames - cargo-vet: bump exemptions to matching versions, refresh imports.lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes open Dependabot alerts fixable via lockfile updates:
X509Ref::ocsp_respondersfor non-UTF-8 OCSP URLs (alert Add mockable time source #61, high); heap buffer overflow / OOB write with AES key-wrap-with-padding (alerts Ping/Pong implementation #63, feat/common/uint256_and_compact #64, medium)KeyValueMappanic on empty sequence/map entries (alert NetUpgrade in the ChainConfig. #65, medium)cargo vet check --lockedandcargo deny check advisoriespass locally.Not addressed (need code changes, not lockfile bumps):