build: bump russh 0.61.1 + tar 0.4.46 to clear all 7 Dependabot alerts#11
Merged
Conversation
Patches the tar PAX header desynchronization advisory (moderate). Transitive dep via tauri-plugin-updater; lockfile-only, in-range bump.
Upgrades russh 0.60.2 -> 0.61.1, russh-cryptovec 0.59 -> 0.61.0, and russh-sftp 2.1 -> 2.3. Clears: - GHSA-wwx6-x28x-8259 (high) unbounded post-decompression packet size - GHSA-g9f8-wqj9-fjw5 (high) unchecked CryptoVec allocation/growth - GHSA-hpv4-5h6f-wqr3 (med) userauth state not reset on principal change Pinned primefield to 0.14.0-rc.9 to match p256/p384/p521 rc.9, which russh's ssh-key 0.7 RC pulls in; cargo otherwise greedily resolved the incompatible rc.10. No source changes needed; build, clippy, and tests all pass.
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.
Summary
Resolves all 7 open Dependabot alerts (4 high, 3 moderate) flagged on the default branch. The 7 alerts collapse to 3 distinct advisories (each russh advisory was filed twice — once against
Cargo.lock, once againstsrc-tauri/Cargo.toml).CryptoVecallocation/growth → cryptovec 0.61.0Changes
russh0.60.2 → 0.61.1,russh-cryptovec0.59.0 → 0.61.0,russh-sftp2.1 → 2.3 (src-tauri/Cargo.toml+ lockfile)tar0.4.45 → 0.4.46 (transitive viatauri-plugin-updater, lockfile-only)primefieldto0.14.0-rc.9in the lockfile to match thep256/p384/p521rc.9 that russh'sssh-key 0.7RC pulls in — cargo otherwise greedily resolved the incompatiblerc.10, breaking the crypto crates' build.Notes
cargo updatecould re-bumpprimefieldpast rc.9 and reintroduce the build break, until those pre-release crates stabilize.Verification
cargo build✅cargo clippy --all-targets✅ (clean)cargo test✅ (62 passed)