CSQL/deny.toml

31 lines
516 B
TOML
Raw Normal View History

2023-03-20 19:48:43 +00:00
[licenses]
unlicensed = "warn"
allow-osi-fsf-free = "both"
copyleft = "deny"
default = "warn"
unused-allowed-license = "warn"
confidence-threshold = 0.95
allow = [
"MIT",
2023-03-20 21:52:47 +00:00
"Apache-2.0 WITH LLVM-exception",
2023-03-20 19:48:43 +00:00
"Apache-2.0",
"0BSD",
"BSD-3-Clause",
"ISC",
2023-03-20 21:52:47 +00:00
"OFL-1.1",
"BSL-1.0",
"BSD-2-Clause",
"LicenseRef-UFL-1.0",
"Zlib",
"Unicode-DFS-2016",
2023-03-20 19:48:43 +00:00
]
[bans]
multiple-versions="allow"
[advisories]
unmaintained = "allow"
vulnerability = "allow"
[licenses.private]
ignore = true