Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ allow = [
"0BSD",
"CC0-1.0",
"OpenSSL",
"AGPL-3.0",
"CDLA-Permissive-2.0",
]
# The confidence threshold for detecting a license from license text.
Expand All @@ -110,9 +109,7 @@ confidence-threshold = 0.8
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
# aren't accepted for every possible crate as with the normal allow list
exceptions = [
# Each entry is the crate and version constraint, and its specific allow
# list
#{ allow = ["Zlib"], crate = "adler32" },
{ allow = ["AGPL-3.0"], crate = "defguard-gateway" },
]

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