We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53c58b commit 611ffdcCopy full SHA for 611ffdc
.cargo/audit.toml
@@ -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
@@ -11,7 +11,6 @@ moc_*
11
target_wrapper.sh
12
/target
13
**/*.rs.bk
14
-.cargo
15
vendor
16
.vscode
17
conf.pri
0 commit comments