Skip to content

Commit 6fc708c

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 6fc708c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

audit.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[advisories]
2+
ignore = [RUSTSEC-2025-0023]

0 commit comments

Comments
 (0)