Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Dec 12, 2024
1 parent cc42f30 commit 7b84df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ ignore = [
"RUSTSEC-2024-0351",
# gix-path: improperly resolves configuration path reported by Git
"RUSTSEC-2024-0371",
# Remotely exploitable Denial of Service in Tonic, ignored temporarily
# Remotely exploitable Denial of Service in Tonic, ignored temporarily
"RUSTSEC-2024-0376",
#rustls network-reachable panic in `Acceptor::accept`
"RUSTSEC-2024-0399",
# `idna` accepts Punycode labels that do not produce any non-ASCII when decoded
"RUSTSEC-2024-0421",
]

0 comments on commit 7b84df0

Please sign in to comment.