Skip to content

Commit

Permalink
ci: update cargo deny config (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored and hedgar2017 committed Nov 22, 2024
1 parent c4758cd commit bdcbec5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
all-features = false
no-default-features = false

[advisories]
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = [
#"RUSTSEC-0000-0000",
]

[licenses]
unlicensed = "deny"
allow = [
#"Apache-2.0 WITH LLVM-exception",
"MIT",
Expand All @@ -20,17 +13,12 @@ allow = [
"Unlicense",
"MPL-2.0",
"Unicode-DFS-2016",
"Unicode-3.0",
"CC0-1.0",
"BSD-2-Clause",
"BSD-3-Clause",
"Zlib",
]
deny = [
#"Nokia",
]
copyleft = "warn"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.93
exceptions = [
{ allow = ["OpenSSL"], name = "ring" },
Expand Down

0 comments on commit bdcbec5

Please sign in to comment.