File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
# See https://github.com/rustsec/rustsec/blob/main/cargo-audit/audit.toml.example
2
2
[advisories ]
3
3
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"
13
10
]
You can’t perform that action at this time.
0 commit comments