Skip to content

Commit 611ffdc

Browse files
authored
audit: ignore time crate issue which we don't use (#48303)
1 parent c53c58b commit 611ffdc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.cargo/audit.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[advisories]
2+
ignore = [
3+
# Title: Denial of Service via Stack Exhaustion
4+
# Crate: time
5+
# SAFETY: We don't use any parsing features
6+
"RUSTSEC-2026-0009"
7+
]

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ moc_*
1111
target_wrapper.sh
1212
/target
1313
**/*.rs.bk
14-
.cargo
1514
vendor
1615
.vscode
1716
conf.pri

0 commit comments

Comments
 (0)