File: deny.toml

package info (click to toggle)
rust-rustls-webpki 0.103.7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 10,528 kB
  • sloc: python: 2,278; sh: 61; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (4)
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
[advisories]
yanked = "deny"

[licenses]
allow = [
    "Apache-2.0",
    "ISC",
    "LicenseRef-webpki",
    "MIT",
]
confidence-threshold = 1.0

# XXX: Figure out how to deal with the Google-source test data
# https://github.com/briansmith/webpki/issues/148.
[[licenses.clarify]]
name = "rustls-webpki"
expression = "LicenseRef-webpki"
license-files = [
    { path = "LICENSE", hash = 0x001c7e6c },
]

[bans]
multiple-versions = "deny"
wildcards = "deny"

[sources]
unknown-registry = "deny"
unknown-git = "deny"