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
[]
= 2
= [
# fuser 0.15.1: uninitialized-memory unsoundness in libfuse session init.
# Patched in fuser >= 0.16.0, but 0.16's build script dropped non-Linux
# libfuse support (breaks macOS dev builds) and 0.17 is a breaking
# Filesystem-trait rewrite (INodeNo/FileHandle/OpenFlags newtypes, &self
# receivers). Tracked for a dedicated fuser-0.17 migration; low risk for a
# read-only forensic mount.
"RUSTSEC-2021-0154",
# Unmaintained-status advisories (informational, not vulnerabilities) on
# transitive deps, each with no safe upgrade available:
"RUSTSEC-2025-0056", # adler (via blazehash -> flate2/miniz_oxide)
"RUSTSEC-2025-0141", # bincode 1.x
"RUSTSEC-2025-0057", # fxhash
"RUSTSEC-2025-0119", # number_prefix (via indicatif)
]
[]
= 2
= [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
# Permissive / public-domain licenses pulled in transitively across the
# multi-format dependency surface (none are strong copyleft):
"CC0-1.0", # notify, tiny-keccak (public-domain dedication)
"BSL-1.0", # xxhash-rust (Boost Software License)
"CDLA-Permissive-2.0", # webpki-roots (Mozilla CA bundle data license)
"MPL-2.0", # option-ext (file-level copyleft; does not affect this crate's license)
]
[]
# An application bundling every supported filesystem, archive, container and
# memory-dump format (plus Dokan on Windows) has a large transitive graph where
# duplicate versions (windows-sys, getrandom, thiserror, ...) are unavoidable
# and not actionable. Warn rather than fail so genuine policy violations
# (licenses, advisories) stay visible.
= "warn"
= "allow" # path deps (ext4fs, ewf) have no version field; cargo-deny counts these as wildcards
[[]]
= "cpufeatures"
= "sha2/sha3 vs blake3 require different versions"
[[]]
= "hashbrown"
= "rusqlite (via hashlink) and ewf (via lru) require different versions"
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []