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:
Euclid Ye
2026-02-06 16:50:27 +08:00
committed by GitHub
parent 27faa7ddaa
commit 10209cc183

View File

@@ -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`