Skip to content

Commit

Permalink
Merge pull request #4834 from driftluo/allow-deny
Browse files Browse the repository at this point in the history
chore: allow deny
  • Loading branch information
driftluo authored Mar 11, 2025
2 parents 11cc7bf + a3ee251 commit 50357a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ ignore = [
"RUSTSEC-2024-0370",
# instant's maintainer no longer maintained, use web-time instead
"RUSTSEC-2024-0384",
# humantime's maintainer no longer maintained
"RUSTSEC-2025-0014",
# paste's maintainer no longer maintained
"RUSTSEC-2024-0436",
# wait https://github.com/tikv/rust-prometheus/issues/538
"RUSTSEC-2024-0437",
#"RUSTSEC-0000-0000",
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
#"[email protected]", # you can also ignore yanked crate versions if you wish
Expand Down Expand Up @@ -105,6 +111,7 @@ allow = [
"Unicode-DFS-2016",
"OpenSSL",
"Unicode-3.0",
"Zlib",
#"Apache-2.0 WITH LLVM-exception",
]
# The confidence threshold for detecting a license from license text.
Expand Down

0 comments on commit 50357a4

Please sign in to comment.