Skip to content

Commit a5744e7

Browse files
authored
v2.1: fix ci audit issues (#5187)
1 parent 7373c16 commit a5744e7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ci/do-audit.sh

+21
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,27 @@ cargo_audit_ignores=(
9292
# Dependency tree:
9393
# openssl 0.10.68
9494
--ignore RUSTSEC-2025-0004
95+
96+
# Crate: ring
97+
# Version: 0.16.20
98+
# Title: Some AES functions may panic when overflow checking is enabled.
99+
# Date: 2025-03-06
100+
# ID: RUSTSEC-2025-0009
101+
# URL: https://rustsec.org/advisories/RUSTSEC-2025-0009
102+
# Solution: Upgrade to >=0.17.12
103+
# Dependency tree:
104+
# ring 0.16.20
105+
#
106+
# Crate: ring
107+
# Version: 0.17.3
108+
# Title: Some AES functions may panic when overflow checking is enabled.
109+
# Date: 2025-03-06
110+
# ID: RUSTSEC-2025-0009
111+
# URL: https://rustsec.org/advisories/RUSTSEC-2025-0009
112+
# Solution: Upgrade to >=0.17.12
113+
# Dependency tree:
114+
# ring 0.17.3
115+
--ignore RUSTSEC-2025-0009
95116
)
96117
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
97118
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s

0 commit comments

Comments
 (0)