-
Notifications
You must be signed in to change notification settings - Fork 392
Expand file tree
/
Copy pathdeny.toml
More file actions
29 lines (25 loc) · 782 Bytes
/
deny.toml
File metadata and controls
29 lines (25 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[bans]
multiple-versions = "allow"
deny = ["native-tls", "openssl"]
[licenses]
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0", # BOSL license
"CDLA-Permissive-2.0", # Community Data License Agreement Permissive 2.0 due to webpki-root-certs
"ISC",
"MIT",
"Zlib",
"MPL-2.0", # https://fossa.com/blog/open-source-software-licenses-101-mozilla-public-license-2-0/
"Unicode-3.0",
"Unlicense", # https://unlicense.org/
]
[advisories]
ignore = [
"RUSTSEC-2024-0436", # paste -> netlink-packet-core
"RUSTSEC-2023-0089", # unmaintained: postcard -> heapless -> atomic-polyfill
]
[sources]
allow-git = []