-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdeny.toml
More file actions
57 lines (49 loc) · 1.05 KB
/
deny.toml
File metadata and controls
57 lines (49 loc) · 1.05 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[licenses]
allow = [
"MIT",
"CC0-1.0",
"ISC",
"OpenSSL",
"Unlicense",
"BSD-2-Clause",
"BSD-2-Clause-Patent",
"BSD-3-Clause",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"Zlib",
"Unicode-DFS-2016",
"Unicode-3.0",
]
unused-allowed-license = "allow"
# barkus is a DataDog-internal project whose crates do not yet declare a
# license field. The repo itself is MIT-licensed (see its LICENSE file).
[[licenses.clarify]]
name = "barkus-core"
expression = "MIT"
license-files = []
[[licenses.clarify]]
name = "barkus-ebnf"
expression = "MIT"
license-files = []
[[licenses.clarify]]
name = "barkus-peg"
expression = "MIT"
license-files = []
[[licenses.clarify]]
name = "barkus-antlr"
expression = "MIT"
license-files = []
[[licenses.clarify]]
name = "barkus-parser-common"
expression = "MIT"
license-files = []
[sources]
unknown-git = "deny"
allow-git = ["https://github.com/DataDog/saluki", "https://github.com/DataDog/barkus"]
[advisories]
version = 2
ignore = [
"RUSTSEC-2024-0436", # paste is unmaintained
]
[bans]
multiple-versions = "allow"