Skip to content

Commit e1697c5

Browse files
authored
chore: Allow OpenSSL license (needed for ring and aws-lc-sys crates) (#464)
* chore: Allow OpenSSL license (needed for aws-lc-sys crate) * Update deny.toml
1 parent 07e7e7b commit e1697c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ allow = [
2626
"LicenseRef-webpki",
2727
"MIT",
2828
"MPL-2.0",
29+
"OpenSSL", # Needed for the ring and/or aws-lc-sys crate. See https://github.com/stackabletech/operator-templating/pull/464 for details
2930
"Unicode-3.0",
3031
"Unicode-DFS-2016",
3132
"Zlib",

0 commit comments

Comments
 (0)