Skip to content

Commit 53e0bec

Browse files
committed
chore: Add Zlib to deny.toml
Signed-off-by: John Nunley <[email protected]>
1 parent 0f90aa2 commit 53e0bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ allow = [
3232
"ISC", # https://tldrlegal.com/license/isc-license
3333
"MIT", # https://tldrlegal.com/license/mit-license
3434
"Unicode-3.0", # https://spdx.org/licenses/Unicode-3.0.html
35+
"Zlib", # https://spdx.org/licenses/Zlib.html
3536
]
3637
confidence-threshold = 1.0
3738
private = { ignore = true }

0 commit comments

Comments
 (0)