You've already forked authentication-service
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user