Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 99a768f

Browse files
committed
Ignore RUSTSEC-2023-0071
1 parent 4e8241a commit 99a768f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ ignore = [
1616
# `wasmtime` depends on `mach`
1717
# PR to migrate to `mach2`: https://github.com/bytecodealliance/wasmtime/pull/6164
1818
"RUSTSEC-2020-0168",
19+
20+
# RSA key extraction "Marvin Attack". This is only relevant when using
21+
# PKCS#1 v1.5 encryption, which we don't
22+
"RUSTSEC-2023-0071"
1923
]
2024

2125
[licenses]

0 commit comments

Comments
 (0)