Skip to content

Commit 126879d

Browse files
committed
ignore security alert for libgit2
1 parent a7d5f18 commit 126879d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/audit.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ignore = [
77
# https://github.com/rust-lang/docs.rs/issues/2074
88

99
"RUSTSEC-2023-0071", # potential key recovery through timing sidechannels
10+
11+
"RUSTSEC-2024-0013", # Memory corruption, denial of service, and arbitrary code execution in libgit2
12+
# https://github.com/rust-lang/docs.rs/issues/2414
1013
]
1114
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
1215
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)