Skip to content

Commit 9dda478

Browse files
committed
Add affected functions metadata
1 parent e65e0cd commit 9dda478

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ 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_of_file" = ["< 0.41.0"]
15+
"gix_features::hash::bytes" = ["< 0.41.0"]
16+
"gix_features::hash::bytes_with_hasher" = ["< 0.41.0"]
17+
"gix_features::hash::hasher" = ["< 0.41.0"]
18+
"gix_features::hash::Hasher::update" = ["< 0.41.0"]
19+
"gix_features::hash::Hasher::digest" = ["< 0.41.0"]
20+
"gix_features::hash::Write::new" = ["< 0.41.0"]
21+
"gix_features::hash::Write::write" = ["< 0.41.0"]
22+
"gix_features::hash::Write::flush" = ["< 0.41.0"]
23+
1324
[versions]
1425
patched = [">= 0.41.0"]
1526
```

0 commit comments

Comments
 (0)