From 5ca5ed617f389496ab0464730979118fad2df806 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Thu, 9 Jan 2025 18:22:49 +0100 Subject: [PATCH] fix(deny): add Zlib license allowance Signed-off-by: Sandro-Alessio Gierens --- .deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.deny.toml b/.deny.toml index 74771a06..f526a48b 100644 --- a/.deny.toml +++ b/.deny.toml @@ -98,6 +98,7 @@ allow = [ "BSD-3-Clause", "OpenSSL", "Unicode-3.0", + "Zlib", ] # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the