Skip to content

Commit

Permalink
add proc-macro-error to ignored audit warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Feb 22, 2025
1 parent 898421d commit 8cbb634
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 @@ -18,6 +18,9 @@ ignore = [
# But in all these places, the user content is part of the path of the URL.
# 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.

"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
# https://github.com/rust-lang/docs.rs/issues/2595

"RUSTSEC-2025-0007", # `ring` is unmaintained. Not much we can do about it.
# https://github.com/rust-lang/docs.rs/issues/2741
]
Expand Down

0 comments on commit 8cbb634

Please sign in to comment.