We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cdfaa commit b5957c7Copy full SHA for b5957c7
2 files changed
.cargo/audit.toml
@@ -4,4 +4,5 @@ ignore = [
4
"RUSTSEC-2026-0049", # Vulnerable crate is only used in simple-rofl test runtime.
5
"RUSTSEC-2026-0098", # Vulnerable crate is only used in simple-rofl test runtime.
6
"RUSTSEC-2026-0099", # Vulnerable crate is only used in simple-rofl test runtime.
7
+ "RUSTSEC-2026-0104", # Vulnerable crate is only used in simple-rofl test runtime.
8
]
.changelog/6513.internal.md
@@ -0,0 +1 @@
1
+rust: Add RUSTSEC-2026-0104 to audit.toml
0 commit comments