Skip to content

Commit 6d3e204

Browse files
committed
Add affected functions metadata
1 parent b2700db commit 6d3e204

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

crates/gix-features/RUSTSEC-0000-0000.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ keywords = ["hash-collision", "sha-1", "weak-hash"]
1010
aliases = ["CVE-2025-31130". "GHSA-2frx-2596-x5r6"]
1111
license = "CC0-1.0"
1212

13+
[affected.functions]
14+
"gix_features::hash::bytes_with_hasher" = ["< 0.41.0"]
15+
"gix_features::hash::hasher" = ["< 0.41.0"]
16+
"gix_features::hash::Hasher::update" = ["< 0.41.0"]
17+
"gix_features::hash::Hasher::digest" = ["< 0.41.0"]
18+
"gix_features::hash::Write::new" = ["< 0.41.0"]
19+
"gix_features::hash::Write::write" = ["< 0.41.0"]
20+
"gix_features::hash::Write::flush" = ["< 0.41.0"]
21+
1322
[versions]
1423
patched = [">= 0.41.0"]
1524
```

0 commit comments

Comments
 (0)