Skip to content

Commit

Permalink
update deny.toml to reflect changes in cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-at committed Aug 25, 2024
1 parent db16fe8 commit 1685981
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
[advisories]
vulnerability = "deny"
unmaintained = "warn"
notice = "deny"
unsound = "deny"
yanked = "deny"

[licenses]
unlicensed = "deny"
copyleft = "deny"
allow-osi-fsf-free = "both"
unused-allowed-license = "warn"
confidence-threshold = 0.95
allow = ["Unicode-DFS-2016", "0BSD", "MirOS"]

[[licenses.exceptions]]
allow = ["MPL-2.0"]
name = "webpki-roots"

[[licenses.exceptions]]
allow = ["OpenSSL"]
name = "ring"
allow = ["BSD-2-Clause", "Apache-2.0", "MIT", "Unicode-DFS-2016", "0BSD"]

[[licenses.clarify]]
name = "rustls-webpki"
Expand Down

0 comments on commit 1685981

Please sign in to comment.