Ignore RUSTSEC-2023-0071

This commit is contained in:
Quentin Gliech
2023-11-28 15:48:34 +01:00
parent 345c6b3659
commit 8e08432a8f

View File

@@ -16,6 +16,10 @@ ignore = [
# `wasmtime` depends on `mach`
# PR to migrate to `mach2`: https://github.com/bytecodealliance/wasmtime/pull/6164
"RUSTSEC-2020-0168",
# RSA key extraction "Marvin Attack". This is only relevant when using
# PKCS#1 v1.5 encryption, which we don't
"RUSTSEC-2023-0071"
]
[licenses]