Skip to content

Commit 37cd71c

Browse files
committed
Füge Ausnahme für aws-lc-sys mit mehreren Lizenzen hinzu
1 parent 1fe426a commit 37cd71c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ exceptions = [
120120
# list
121121
#{ allow = ["Zlib"], crate = "adler32" },
122122
{ crate = "android_system_properties", allow = ["Apache-2.0", "MIT"] },
123-
{ crate = "webpki-roots", allow = ["MPL-2.0"] },
123+
# aws-lc-sys is a dependency of rustls-webpki and uses a combination of licenses
124+
{ crate = "aws-lc-sys", allow = ["ISC", "MIT", "Apache-2.0", "OpenSSL"] },
124125
]
125126

126127
# Some crates don't have (easily) machine readable licensing information,

0 commit comments

Comments
 (0)