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
[]
= "warn"
= [
# rsa timing sidechannel (Marvin Attack) — no fix available upstream.
# Reachable: murk accepts ssh-rsa recipients via `circle authorize`, `ssh:`,
# and `github:username`. Risk is low (timing oracle requires many decryption
# queries against a server; murk is a local CLI). Prefer ed25519 keys.
# Revisit when the rsa crate ships a fix.
"RUSTSEC-2023-0071",
# proc-macro-error2 unmaintained — build-time proc-macro dependency only,
# pulled in via age -> i18n-embed-fl. Not a vulnerability; no runtime code.
# No upstream fix path until age drops i18n-embed-fl. Revisit on age updates.
"RUSTSEC-2026-0173",
]
[]
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"ISC",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
"CDLA-Permissive-2.0",
]
[]
= "warn"
= "deny"
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []