forked from google/native-pkcs11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeny.toml
34 lines (30 loc) · 905 Bytes
/
deny.toml
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
30
31
32
33
34
targets = [
{ triple = "aarch64-apple-darwin" },
{ triple = "x86_64-apple-darwin" },
{ triple = "x86_64-pc-windows-msvc" },
{ triple = "x86_64-unknown-linux-gnu" },
]
[advisories]
vulnerability = "deny"
unmaintained = "deny"
unsound = "deny"
yanked = "deny"
notice = "deny"
ignore = ["RUSTSEC-2023-0071"]
[licenses]
allow = ["Apache-2.0", "BSD-3-Clause", "ISC", "MIT", "Unicode-DFS-2016"]
copyleft = "deny"
[bans]
multiple-versions = "deny"
skip = [
{ name = "bitflags", version = "=1.3.2" },
{ name = "regex-automata", version = "=0.1.10" },
{ name = "regex-syntax", version = "=0.6.29" },
{ name = "windows_x86_64_gnu", version = "=0.48.5" },
{ name = "windows_x86_64_msvc", version = "=0.48.5" },
{ name = "windows-sys", version = "=0.48.0" },
{ name = "windows-targets", version = "=0.48.5" },
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"