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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# cargo-deny configuration
# https://embarkstudios.github.io/cargo-deny/checks/cfg.html
[]
= [
{ = "x86_64-unknown-linux-gnu" },
{ = "x86_64-pc-windows-msvc" },
]
[]
= 2
# === MONITORED — upstream unmaintained, no CVE, no upgrade path ===
# RUSTSEC-2020-0021: rio 0.9.4 use-after-free advisory via sqlitegraph.
# No fixed rio release is available; Magellan does not expose async future
# leakage surfaces from rio directly and tracks this as an upstream block.
# RUSTSEC-2025-0141: bincode 1.3.3 unmaintained — crate abandoned, no replacement
# RUSTSEC-2025-0119: number_prefix 0.4.0 unmaintained — needs indicatif to switch
# RUSTSEC-2026-0190: thiserror 1.0.69 Error::downcast_mut unsoundness — magellan
# does not call downcast_mut on context-wrapped errors (only static derives),
# so the unsound path is unreachable. Bump to >=1.0.103 pending cargo index
# sync (local sparse index lacks the 1.0.103 entry as of 2026-07-03).
# RUSTSEC-2026-0186: memmap2 unchecked pointer offset via sqlitegraph. Magellan
# does not perform user-controlled mmap arithmetic and tracks the upstream
# dependency for a fixed release.
= [
"RUSTSEC-2020-0021",
"RUSTSEC-2025-0141",
"RUSTSEC-2025-0119",
"RUSTSEC-2026-0190",
"RUSTSEC-2026-0186",
]
[]
= 2
= [
"Apache-2.0",
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"CC0-1.0",
"GPL-3.0-only",
"GPL-3.0",
"Zlib",
"BSL-1.0",
"Apache-2.0 WITH LLVM-exception",
"CDLA-Permissive-2.0",
]
[]
= "warn"
= "warn"
= "all"
[]
= "warn"
= "warn"
= []