Skip to content

Commit 1ac0bf5

Browse files
committed
fix advisories
1 parent df6528e commit 1ac0bf5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/config/cargo-deny.toml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
[advisories]
22
yanked = "deny"
33
ignore = [
4-
"RUSTSEC-2021-0139", # criterion, structopt, and tracing-subscriber (test dependencies) use ansi_term
4+
# `atty` is a dependency of `structopt` and only used in s2n-quic-qns and s2n-quic-sim
5+
# https://github.com/aws/s2n-quic/issues/2324
6+
"RUSTSEC-2021-0145",
7+
# `atty` is a dependency of `structopt` and only used in s2n-quic-qns and s2n-quic-sim
8+
# https://github.com/aws/s2n-quic/issues/2324
9+
"RUSTSEC-2024-0375",
10+
# ` proc-macro-error` is a dependency of `structopt` and only used in s2n-quic-qns and s2n-quic-sim
11+
# https://github.com/aws/s2n-quic/issues/2324
12+
"RUSTSEC-2024-0370",
13+
# `ansi_term` is a dependency of `structopt` and only used in s2n-quic-qns and s2n-quic-sim
14+
# https://github.com/aws/s2n-quic/issues/2324
15+
"RUSTSEC-2021-0139"
516
]
617

718
[bans]

0 commit comments

Comments
 (0)