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 1ac91c6 commit 8e61e0c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
[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"

allow = [
"MIT",
"MIT-0",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"Unlicense",
"MPL-2.0",
"Zlib",
"Unicode-3.0",
# https://github.com/briansmith/ring/issues/902
"LicenseRef-ring",
# https://github.com/briansmith/webpki/issues/148
"LicenseRef-webpki",
]

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 = "secp256k1" },
{ allow = ["CC0-1.0"], name = "secp256k1-sys" },
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
{ allow = ["CC0-1.0"], name = "aurora-engine-modexp" },
]
Expand Down

0 comments on commit 8e61e0c

Please sign in to comment.