Skip to content

Commit

Permalink
Updating cargo deny settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Aug 11, 2024
1 parent 53cc674 commit 0dbd959
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
[graph]
targets = []

[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = []

[licenses]
unlicensed = "deny"
allow = ["MPL-2.0"]
deny = []
copyleft = "deny"
allow-osi-fsf-free = "either"
default = "deny"
allow = ["MPL-2.0", "MIT", "Apache-2.0", "Unicode-DFS-2016", "BSD-3-Clause"]
confidence-threshold = 0.8
exceptions = []

Expand Down

0 comments on commit 0dbd959

Please sign in to comment.