Skip to content

Commit 2a3e413

Browse files
committed
Added "RUSTSEC-2024-0437" - protobuf uncontrolled recursion to the cargo audit ignore list
This is equivalent to the "RUSTSEC-2024-0437" deny.toml entry in iotaledger/iota that addresses iotaledger/iota#5861
1 parent ea4106f commit 2a3e413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cargo/audit.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[advisories]
22
ignore = [
3+
"RUSTSEC-2024-0437", # protobuf uncontrolled recursion https://github.com/iotaledger/iota/issues/5861
34
"RUSTSEC-2021-0127", # serde_cbor is unmaintained https://github.com/iotaledger/identity.rs/issues/518
45
"RUSTSEC-2023-0052", # temporary ignore until fix is provided
56
"RUSTSEC-2023-0065", # temporary ignore until fix is provided

0 commit comments

Comments
 (0)