Skip to content

Commit 0c47464

Browse files
committed
Revert "make auditing pass the hard way"
In 0e9299c (#1854), RUSTSEC-2025-0007 was listed as ignored to let `cargo deny advisories` pass. That advisory has been withdrawn, as noted in https://rustsec.org/advisories/RUSTSEC-2025-0007.html: > After this advisory was published, the author graciously agreed > to give access to the rustls team. The rustls team is committed > to providing security (only) maintenance for *ring* for the > foreseeable future. It is no longer necessary to list that advisory as ignored. This reverts commit 0e9299c.
1 parent 6acca19 commit 0c47464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# More documentation for the advisories section can be found here:
99
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
1010
[advisories]
11-
ignore = ['RUSTSEC-2025-0007']
11+
ignore = []
1212

1313

1414

0 commit comments

Comments
 (0)