Skip to content

Commit b1da568

Browse files
authored
Add ring to cargo audit ignore (#1296)
1 parent dad510d commit b1da568

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
ignore = [
55
"RUSTSEC-2023-0052", # webpki
66
"RUSTSEC-2024-0336", # rustls
7+
"RUSTSEC-2025-0009", # ring
8+
"RUSTSEC-2025-0010", # ring
79
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)