every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
41
third_party/iroh-org/iroh-gossip/deny.toml
vendored
Normal file
41
third_party/iroh-org/iroh-gossip/deny.toml
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
[advisories]
|
||||
ignore = [
|
||||
"RUSTSEC-2024-0436",
|
||||
"RUSTSEC-2023-0089",
|
||||
]
|
||||
|
||||
[bans]
|
||||
deny = [
|
||||
"aws-lc",
|
||||
"aws-lc-rs",
|
||||
"aws-lc-sys",
|
||||
"native-tls",
|
||||
"openssl",
|
||||
]
|
||||
multiple-versions = "allow"
|
||||
|
||||
[licenses]
|
||||
allow = [
|
||||
"Apache-2.0",
|
||||
"Apache-2.0 WITH LLVM-exception",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"BSL-1.0",
|
||||
"CDLA-Permissive-2.0",
|
||||
"ISC",
|
||||
"MIT",
|
||||
"Zlib",
|
||||
"Unicode-3.0",
|
||||
"MPL-2.0",
|
||||
"Unlicense",
|
||||
]
|
||||
|
||||
[[licenses.clarify]]
|
||||
expression = "MIT AND ISC AND OpenSSL"
|
||||
name = "ring"
|
||||
|
||||
[[licenses.clarify.license-files]]
|
||||
hash = 3171872035
|
||||
path = "LICENSE"
|
||||
|
||||
[sources]
|
||||
Loading…
Add table
Add a link
Reference in a new issue