-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny.toml
More file actions
34 lines (27 loc) · 545 Bytes
/
deny.toml
File metadata and controls
34 lines (27 loc) · 545 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
30
31
32
33
# SPDX-FileCopyrightText: 2025 RAprogramm <andrey.rozanov.vl@gmail.com>
#
# SPDX-License-Identifier: MIT
[advisories]
ignore = []
git-fetch-with-cli = true
[licenses]
allow = [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"Unicode-3.0",
"Zlib",
]
confidence-threshold = 0.8
[[licenses.exceptions]]
crate = "unicode-ident"
allow = ["Apache-2.0", "MIT", "Unicode-3.0"]
[licenses.private]
ignore = false
[bans]
multiple-versions = "warn"
wildcards = "deny"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []