Skip to content

Commit

Permalink
Tighten cargo-deny rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Apr 23, 2024
1 parent e0fd5a3 commit c103923
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
db-urls = [ "https://github.com/rustsec/advisory-db" ]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "warn"

[licenses]
unlicensed = "warn"
default = "deny"
unlicensed = "deny"
copyleft = "allow"
allow-osi-fsf-free = "osi"
default = "warn"
allow = [
"OpenSSL",
]

[[licenses.clarify]]
name = "ring"
version = "*"
expression = "OpenSSL AND ISC AND MIT"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
Expand Down

0 comments on commit c103923

Please sign in to comment.