Skip to content

Commit be1d64c

Browse files
sypharGuillaumeGomez
authored andcommitted
remove resolved audit ignores
1 parent 0510f5a commit be1d64c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.cargo/audit.toml

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
[advisories]
22
ignore = [
3-
"RUSTSEC-2023-0018", # rustwide -> remove_dir_all,TOCTOU / Race Condition
4-
# https://github.com/rust-lang/docs.rs/issues/2074
5-
6-
"RUSTSEC-2023-0071", # potential key recovery through timing sidechannels
7-
8-
"RUSTSEC-2024-0013", # Memory corruption, denial of service, and arbitrary code execution in libgit2
9-
# https://github.com/rust-lang/docs.rs/issues/2414
3+
"RUSTSEC-2023-0071", # rsa: potential key recovery through timing sidechannels
104

115
"RUSTSEC-2024-0320", # yaml-rust is unmaintained.
126
# https://github.com/rust-lang/docs.rs/issues/2469
137

14-
"RUSTSEC-2024-0363", # sqlx, Binary Protocol Misinterpretation caused by Truncating or Overflowing Cast
15-
# https://github.com/rust-lang/docs.rs/issues/2588
16-
# SECURITY:
17-
# We have plenty of places where user input ends up in sql, for example the inner doc path for doc pages, crate names etc.
18-
# But in all these places, the user content is part of the path of the URL.
19-
# Since URL length is limited by cloudfront, and also by nginx, to something much smaller than 4 GiB, I don't think this issue affects us.
20-
218
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
229
# https://github.com/rust-lang/docs.rs/issues/2595
2310

0 commit comments

Comments
 (0)