Skip to content

Commit

Permalink
chore: update deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 9, 2024
1 parent 0252b9b commit b9b0a6c
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
[advisories]
vulnerability = "deny"
unmaintained = "warn"
unsound = "warn"
version = 2
yanked = "warn"
notice = "warn"
ignore = []

[bans]
multiple-versions = "warn"
wildcards = "allow"
wildcards = "deny"
highlight = "all"

[licenses]
unlicensed = "deny"
confidence-threshold = 0.9
# copyleft = "deny"

Expand All @@ -24,23 +21,22 @@ allow = [
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"Unlicense",
"MPL-2.0",
"Zlib",
"BSL-1.0",
# https://github.com/briansmith/ring/issues/902
"LicenseRef-ring",
# https://github.com/briansmith/webpki/issues/148
"LicenseRef-webpki",
"BSL-1.0",
"Unicode-3.0",
"Zlib",
]

exceptions = [
# CC0 is a permissive license but somewhat unclear status for source code
# so we prefer to not have dependencies using it
# https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
{ allow = ["CC0-1.0"], name = "constant_time_eq" },
]

[[licenses.clarify]]
Expand All @@ -56,6 +52,4 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = [
"https://github.com/alloy-rs/alloy"
]
allow-git = ["https://github.com/alloy-rs/alloy"]

0 comments on commit b9b0a6c

Please sign in to comment.