git-ents.gitmain
⌘K
foforge
deny.toml13 lines · 305 B · tomlhistorycomment on this file
1[licenses]
2
3allow = [
4 "MIT",
5 "Apache-2.0",
6 "Unicode-3.0",
7 # ureq's rustls/ring TLS stack (`git ents login`): ISC covers ring and
8 # untrusted; the others are the webpki verifier and Mozilla's root
9 # store. All permissive.
10 "ISC",
11 "BSD-3-Clause",
12 "CDLA-Permissive-2.0",
13]