1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Ignore RUSTSEC-2024-0320 as we don't use the unmaintained crate in production

This commit is contained in:
Quentin Gliech
2024-03-25 10:38:27 +01:00
parent d6c4bad952
commit f229ced40e

View File

@@ -17,7 +17,10 @@ ignore = [
# RSA key extraction "Marvin Attack". This is only relevant when using
# PKCS#1 v1.5 encryption, which we don't
"RUSTSEC-2023-0071"
"RUSTSEC-2023-0071",
# yaml-rust is unmaintained, and used by insta, which isn't a production dependency
"RUSTSEC-2024-0320",
]
[licenses]