From f1f8775b1a728619fa4c78933ace118d40f33455 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 19 Nov 2024 14:12:58 +0100 Subject: [PATCH 1/2] chore: Allow OpenSSL license (needed for aws-lc-sys crate) --- template/deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/deny.toml b/template/deny.toml index ba73fa96..7ab23250 100644 --- a/template/deny.toml +++ b/template/deny.toml @@ -26,6 +26,7 @@ allow = [ "LicenseRef-webpki", "MIT", "MPL-2.0", + "OpenSSL", # Needed for the aws-lc-sys crate "Unicode-3.0", "Unicode-DFS-2016", "Zlib", From e54b1a591f865c3e6ca842e57ce3457fb030323a Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 28 Nov 2024 09:13:09 +0100 Subject: [PATCH 2/2] Update deny.toml --- template/deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/deny.toml b/template/deny.toml index 7ab23250..1d140638 100644 --- a/template/deny.toml +++ b/template/deny.toml @@ -26,7 +26,7 @@ allow = [ "LicenseRef-webpki", "MIT", "MPL-2.0", - "OpenSSL", # Needed for the aws-lc-sys crate + "OpenSSL", # Needed for the ring and/or aws-lc-sys crate. See https://github.com/stackabletech/operator-templating/pull/464 for details "Unicode-3.0", "Unicode-DFS-2016", "Zlib",