File: deny.toml

package info (click to toggle)
rust-rustls 0.23.31%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid
  • size: 13,728 kB
  • sloc: sh: 199; python: 181; makefile: 19
file content (20 lines) | stat: -rw-r--r-- 379 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
[licenses]
version = 2
allow = [
  "Apache-2.0",
  "BSD-3-Clause",
  "CDLA-Permissive-2.0",
  "ISC",
  "MIT",
  "MPL-2.0",
  "OpenSSL",
  "Unicode-3.0",
  "Zlib",
]
private = { ignore = true }

[advisories]
ignore = [
  "RUSTSEC-2023-0071", # Marvin Attack on rsa, dev-dependency only
  "RUSTSEC-2024-0436", # Unmaintained paste via macro_rules_attributes; dev-dependency only
]