We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac66c1 commit bd3034dCopy full SHA for bd3034d
2 files changed
.cargo/audit.toml
@@ -2,4 +2,5 @@
2
ignore = [
3
"RUSTSEC-2023-0071", # Does not affect our current use of the library.
4
"RUSTSEC-2024-0437", # Ignoring until dependencies are upgraded to protobuf v3.
5
+ "RUSTSEC-2026-0049", # Vulnerable crate is only used in simple-rofl test runtime.
6
]
.changelog/6479.internal.md
@@ -0,0 +1 @@
1
+rust: Add RUSTSEC-2026-0049 to audit.toml
0 commit comments