You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deny.toml
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ ignore = [
11
11
"RUSTSEC-2024-0436",
12
12
# https://rustsec.org/advisories/RUSTSEC-2024-0437 protobuf! Crash due to uncontrolled recursion in protobuf crate.
13
13
"RUSTSEC-2024-0437",
14
-
#humantime is unmaintained
15
-
"RUSTSEC-2025-0014",
14
+
#https://rustsec.org/advisories/RUSTSEC-2025-0021 gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks.
15
+
"RUSTSEC-2025-0021"
16
16
]
17
17
18
18
# This section is considered when running `cargo deny check bans`.
0 commit comments