Skip to content

Commit c0455e8

Browse files
committed
chore(audit): ignore RUSTSEC-2025-0023
RUSTSEC-2025-0023 discloses a vulnerability in Tokio: "Broadcast channel calls clone in parallel, but does not require `Sync`". https://rustsec.org/advisories/RUSTSEC-2025-0023 Tokio is only used in neqo-bin. neqo-bin does not make use of Tokio's broadcast channels. neqo-bin is not used by Firefox. All Tokio versions with a fix for RUSTSEC-2025-0023 require a libc version bump, i.e. require us to use a libc version other than what mozilla-central uses. Thus, instead of updating Tokio, this commit simply ignores the CVE.
1 parent ced3931 commit c0455e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.deny.toml

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ allow = [
2626
unknown-registry = "deny"
2727
unknown-git = "deny"
2828
required-git-spec = "rev"
29+
30+
[advisories]
31+
ignore = [RUSTSEC-2025-0023]

0 commit comments

Comments
 (0)