mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
deny: Skip GHSA-r6v5-fh4h-64xc to unblock CI (#42392)
Unblock the CI. We cannot upgrade time right now due to MSRV. This thing has high attack complexity. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
@@ -35,6 +35,10 @@ ignore = [
|
||||
# The attack complexity of this vulnerability is high,
|
||||
# and no exploit is known yet.
|
||||
"RUSTSEC-2025-0144",
|
||||
# The crate `time` has vulnerability.
|
||||
# Need to upgrade to 0.3.47 above.
|
||||
# Cannot right now due to MSRV.
|
||||
"RUSTSEC-2026-0009",
|
||||
]
|
||||
|
||||
# This section is considered when running `cargo deny check licenses`
|
||||
|
||||
Reference in New Issue
Block a user