We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d4d069 + a6579a8 commit 518d0edCopy full SHA for 518d0ed
1 file changed
.cargo/audit.toml
@@ -12,6 +12,11 @@ ignore = [
12
# paste - no longer maintained
13
# Transitive dev-dependency of rmp-serde
14
"RUSTSEC-2024-0436",
15
+
16
+ # Ignore the time "Denial of Service via Stack Exhaustion" advisory
17
+ # During tests no untrusted input is parsed.
18
+ # For downstream users they should use a more recent version of time, which has this issue fixed.
19
+ "RUSTSEC-2026-0009",
20
]
21
# warn for categories of informational advisories
22
informational_warnings = [
0 commit comments