Skip to content

Commit

Permalink
allow CC0-1.0 license and ignore RUSTSEC-2023-0071
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Dec 24, 2024
1 parent 6fc0025 commit ca1d438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ no-default-features = false
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = [
{ id = "RUSTSEC-2023-0071", reason = "we are only using RSA internally for testing" },
]

[licenses]
version = 2
Expand All @@ -23,6 +26,7 @@ allow = [
"OpenSSL",
"0BSD",
"Unicode-3.0",
"CC0-1.0",
]
confidence-threshold = 0.96

Expand Down

0 comments on commit ca1d438

Please sign in to comment.