Skip to content

Commit

Permalink
chore: add clarification about ring license
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Nov 24, 2023
1 parent ecd1b90 commit bfc256e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exclude = [
"wit-bindgen-wasmtime",
"wit-bindgen-gen-wasmtime",
"wit-bindgen-gen-rust",
"wit-bindgen-gen-core"
"wit-bindgen-gen-core",
]

# More documentation for the advisories section can be found here:
Expand Down Expand Up @@ -63,10 +63,17 @@ allow = [
"ISC",
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-DFS-2016",
"Zlib"
"Zlib",
]

# Special case for Ring, which includes multiple licenses
[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

# More documentation about the 'bans' section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
[bans]
Expand Down

0 comments on commit bfc256e

Please sign in to comment.