Skip to content

Commit 646ba98

Browse files
chore: Ignore RUSTSEC-2025-0141 (#1050)
* chore: Ignore a few RUSTSEC issues * remove bincode ignore --------- Co-authored-by: Thibault Martinez <thibault@iota.org>
1 parent a39015c commit 646ba98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

indexer/deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ ignore = [
8686
# Marvin Attack: potential key recovery through timing sidechannels
8787
# https://github.com/iotaledger/iota-names/issues/265
8888
"RUSTSEC-2023-0071",
89-
# rustls-pemfile is unmaintained
89+
# `rustls-pemfile` is unmaintained
9090
"RUSTSEC-2025-0134",
91+
# `bincode` is unmaintained
92+
"RUSTSEC-2025-0141",
9193
]
9294
# If this is true, then cargo deny will use the git executable to fetch advisory database.
9395
# If this is false, then it uses a built-in git library.

0 commit comments

Comments
 (0)