dependency-security-remediation - #336
Draft
KooshaPari wants to merge 3 commits into
Draft
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
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
Separate dependency/security remediation lane; this does not change the baseline-gates scope in #335.
golang.org/x/text0.37.0 -> 0.39.0 to remediate GO-2026-5970 (norm.Iter invalid UTF-8 infinite loop; fixed before v0.39.0).tauri-plugin-log2.8.0 -> 2.9.0. The 2.9.0 dependency graph removesbyte-unit->rust_decimal->rkyv0.7.46, eliminating RUSTSEC-2026-0235 without an advisory suppression.plist1.9.0 -> 1.10.0 andquick-xml0.39.4 -> 0.41.0 to remediate RUSTSEC-2026-0194 and RUSTSEC-2026-0195.event-listener5.4.1 -> 5.4.2 to remediate RUSTSEC-2026-0221.MITlicense metadata to the previously unlicensed localbyteport-dagcrate.pheno-dagalready declaredApache-2.0; its unchanged declaration is retained. The new metadata follows the repository's root MIT license (the workspace has pre-existing mixed crate declarations).Evidence and validation
cargo metadata --locked --no-deps --format-version 1passes.git diff --checkpasses.quick-xml=0.41.0,event-listener=5.4.2,plist=1.10.0,tauri-plugin-log=2.9.0;rkyv,rust_decimal, andbyte-unitare absent.Review boundary
This PR is draft and additive. It does not suppress advisories or change application behavior. The Cargo.lock file is valid text; repository .gitattributes intentionally marks lockfiles with
-diff, so Git displays its change as binary.Follow-up validation (bcaa846)
go mod tidy -diffis clean after upgrading the transitivegolang.org/x/syncrequirement to v0.21.0 forgolang.org/x/textv0.39.0.go build -mod=readonly ./...passes frombackend.bcaa846946c9a4014598e09be204cd21cf597f59.