Skip to content

Commit 6f42b25

Browse files
hyperpolymathclaude
andcommitted
fix(security): update gix to 0.77 to resolve gix-date CVE (0.11.1 → 0.12.1)
gix-date 0.11.1 had a moderate CVE (non-UTF8 string creation via TimeBuf::as_str). Bumping gix constraint from 0.76 to 0.77 pulls in gix-date 0.12.1 which fixes it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6284fa1 commit 6f42b25

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

rhodium-standard-repositories/satellites/rsr-certifier/Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rhodium-standard-repositories/satellites/rsr-certifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sha2 = "0.10"
3939
hex = "0.4"
4040

4141
# Git operations
42-
gix = { version = "0.76", default-features = false }
42+
gix = { version = "0.77", default-features = false }
4343

4444
# Logging
4545
tracing = "0.1"

0 commit comments

Comments
 (0)