We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16943d3 + 229ea74 commit 4b2a47dCopy full SHA for 4b2a47d
.cargo/audit.toml
@@ -17,4 +17,6 @@ ignore = [
17
"RUSTSEC-2023-0071", # "Classic" RSA timing sidechannel attack from non-constant-time implementation.
18
# Okay for local use.
19
# 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`.
22
]
0 commit comments