Skip to content

Commit 48fbe08

Browse files
authored
chore: update list of ignored security advisories (#741)
Signed-off-by: Miroslav Bajtoš <[email protected]>
1 parent 3ecfdf3 commit 48fbe08

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.cargo/audit.toml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# See https://github.com/rustsec/rustsec/blob/main/cargo-audit/audit.toml.example
22
[advisories]
33
ignore = [
4-
# Double Public Key Signing Function Oracle Attack on `ed25519-dalek`
5-
# https://rustsec.org/advisories/RUSTSEC-2022-0093
6-
# Note(bajtos): We don't use ed25510-dalek in Zinnia AFAIK
7-
"RUSTSEC-2022-0093",
8-
# webpki: CPU denial of service in certificate path building
9-
# https://rustsec.org/advisories/RUSTSEC-2023-0052
10-
# Note(bajtos): This dependency is used by deno_fetch
11-
# and there is no upgrade available to fix this issue :shrug:
12-
"RUSTSEC-2023-0052",
4+
# Marvin Attack: potential key recovery through timing sidechannels
5+
# We don't share any RSA keys with Zinnia modules
6+
"RUSTSEC-2023-0071",
7+
# paste - no longer maintained
8+
# This is a dependency of Deno/v8, we have to wait for Deno to fix this
9+
"RUSTSEC-2024-0436"
1310
]

0 commit comments

Comments
 (0)