Skip to content

Commit

Permalink
Merge ef67387 into b43ccb8
Browse files Browse the repository at this point in the history
  • Loading branch information
xv-ian-c authored Mar 12, 2024
2 parents b43ccb8 + ef67387 commit f324a7f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
[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",
]
# * None - CVSS Score 0.0
# * Low - CVSS Score 0.1 - 3.9
# * Medium - CVSS Score 4.0 - 6.9
# * High - CVSS Score 7.0 - 8.9
# * Critical - CVSS Score 9.0 - 10.0
severity-threshold = "High"

[licenses]
default = "deny"
copyleft = "deny"
unlicensed = "deny"
version = 2
allow = [
"MIT",
"Apache-2.0",
"Unicode-DFS-2016",
"BSD-3-Clause",
"ISC",
]
allow-osi-fsf-free = "neither"
confidence-threshold = 0.8
exceptions = [
{ name = "wolfssl", allow = ["GPL-2.0"], version = "*" },
Expand Down

0 comments on commit f324a7f

Please sign in to comment.