forked from xmtp/libxmtp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny.toml
More file actions
38 lines (35 loc) · 988 Bytes
/
deny.toml
File metadata and controls
38 lines (35 loc) · 988 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
34
35
36
37
38
[advisories]
ignore = [
{ id = "RUSTSEC-2024-0384", reason = "need to upgrade openmls" },
{ id = "RUSTSEC-2024-0436", reason = "required by uniffi" },
{ id = "RUSTSEC-2021-0139", reason = "ansi_term is only used in tests" },
{ id = "RUSTSEC-2025-0141", reason = "migrate from bincode" },
]
# This rustsec can be added to ignore list if using mls `test_utils` for tests
# {
# id="RUSTSEC-2021-0139",
# reason="The maintainer has advised that this crate is deprecated and will not receive any maintenance. https://rustsec.org/advisories/RUSTSEC-2021-0139.html"
# },
[licenses]
allow = [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"GPL-3.0",
"CC0-1.0",
"BSD-2-Clause",
"Unicode-3.0",
"Zlib",
"BSL-1.0",
"CDLA-Permissive-2.0",
]
confidence-threshold = 1.0
exceptions = []
[[licenses.clarify]]
expression = "MIT AND ISC AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
name = "ring"
version = "*"