Skip to content

Commit 518d0ed

Browse files
authored
Suppress RUSTSEC-2026-0009 since we don't have untrusted time input in tests (#923)
2 parents 9d4d069 + a6579a8 commit 518d0ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.cargo/audit.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ ignore = [
1212
# paste - no longer maintained
1313
# Transitive dev-dependency of rmp-serde
1414
"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",
1520
]
1621
# warn for categories of informational advisories
1722
informational_warnings = [

0 commit comments

Comments
 (0)