Skip to content

Commit

Permalink
Update deny.toml to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Mar 10, 2024
1 parent 5abedd2 commit 4caa755
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
all-features = false
[graph]
no-default-features = false
all-features = false

[output]
feature-depth = 1

[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "deny"
ignore = [
# "RUSTSEC-0000-0000",
]
severity-threshold = "None"

[licenses]
unlicensed = "deny"
version = 2
allow = [
"Apache-2.0",
"BSD-2-Clause",
Expand All @@ -28,10 +28,6 @@ allow = [
"Unicode-DFS-2016",
"Zlib",
]
deny = []
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 1.0
exceptions = []

Expand Down

0 comments on commit 4caa755

Please sign in to comment.