Skip to content

Commit

Permalink
ignore security alert for libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Feb 11, 2024
1 parent a7d5f18 commit 126879d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ignore = [
# https://github.com/rust-lang/docs.rs/issues/2074

"RUSTSEC-2023-0071", # potential key recovery through timing sidechannels

"RUSTSEC-2024-0013", # Memory corruption, denial of service, and arbitrary code execution in libgit2
# https://github.com/rust-lang/docs.rs/issues/2414
]
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
Expand Down

0 comments on commit 126879d

Please sign in to comment.