File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,27 @@ cargo_audit_ignores=(
92
92
# Dependency tree:
93
93
# openssl 0.10.68
94
94
--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
95
116
)
96
117
scripts/cargo-for-all-lock-files.sh audit " ${cargo_audit_ignores[@]} " | $dep_tree_filter
97
118
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s
You can’t perform that action at this time.
0 commit comments