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

Commit f229ced

Browse files
committed
Ignore RUSTSEC-2024-0320 as we don't use the unmaintained crate in production
1 parent d6c4bad commit f229ced

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deny.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ ignore = [
1717

1818
# RSA key extraction "Marvin Attack". This is only relevant when using
1919
# PKCS#1 v1.5 encryption, which we don't
20-
"RUSTSEC-2023-0071"
20+
"RUSTSEC-2023-0071",
21+
22+
# yaml-rust is unmaintained, and used by insta, which isn't a production dependency
23+
"RUSTSEC-2024-0320",
2124
]
2225

2326
[licenses]

0 commit comments

Comments
 (0)