Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 39694f8

Browse files
authored
Merge pull request #1286 from flavio/update-cargo-audit
chore: update cargo-audit exceptions
2 parents 2c5e196 + ecf5e9b commit 39694f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.cargo/audit.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ ignore = [
1111
"RUSTSEC-2023-0071", # "Classic" RSA timing sidechannel attack from non-constant-time implementation.
1212
# Okay for local use.
1313
# https://rustsec.org/advisories/RUSTSEC-2023-0071.html
14-
"RUSTSEC-2023-0081", # This is about `safemem` being unmaintained.
15-
# This is a transitive dependency of syntect. This bug is tracked upstream inside of
16-
# https://github.com/trishume/syntect/issues/521
17-
"RUSTSEC-2024-0370", # This is a warning about `proc-macro-errors` being unmaintained. It's a transitive dependency of `sigstore` and `oci-spec`.
1814
"RUSTSEC-2023-0055", # This is a warning about `lexical` having multiple soundness issues. It's a transitive dependency of `sigstore`.
15+
"RUSTSEC-2024-0370", # This is a warning about `proc-macro-errors` being unmaintained. It's a transitive dependency of `sigstore` and `oci-spec`.
1916
]

0 commit comments

Comments
 (0)