Skip to content

Commit 4b2a47d

Browse files
authored
Merge pull request #898 from flavio/update-cargo-audit
chore: update cargo audit ignore list
2 parents 16943d3 + 229ea74 commit 4b2a47d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/audit.toml

+2
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ ignore = [
1717
"RUSTSEC-2023-0071", # "Classic" RSA timing sidechannel attack from non-constant-time implementation.
1818
# Okay for local use.
1919
# https://rustsec.org/advisories/RUSTSEC-2023-0071.html
20+
"RUSTSEC-2024-0370", # This is a warning about `proc-macro-errors` being unmaintained. It's a transitive dependency of `sigstore` and `oci-spec`.
21+
"RUSTSEC-2023-0055", # This is a warning about `lexical` having multiple soundness issues. It's a transitive dependency of `sigstore`.
2022
]

0 commit comments

Comments
 (0)