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
[]
= ["https://github.com/rustsec/advisory-db"]
= "deny"
# Policy posture (cargo-deny v2 schema):
# - vulnerabilities: deny by default (an advisory entry triggers a hard
# failure unless explicitly listed in `ignore` below);
# - unmaintained / notice / unsound: warn by default;
# - yanked: deny (above).
# The deprecated `vulnerability`/`unmaintained`/`notice` keys from cargo-deny
# v1 are intentionally not set — v2 emits warnings for them.
#
# See .cargo/audit.toml for the rationale behind each ignored advisory.
# RUSTSEC-2023-0071: Marvin timing sidechannel in `rsa` 0.9.x (no upstream
# fix; rmcp-server-kit validates JWTs with public keys only, not vulnerable).
= ["RUSTSEC-2023-0071"]
[]
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",
"BSL-1.0",
"CC0-1.0",
"MPL-2.0",
"OpenSSL",
"CDLA-Permissive-2.0",
]
= 0.8
[]
= "warn"
= "deny"
= "all"
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []