forked from HeliosSoftware/hfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudit.toml
More file actions
21 lines (17 loc) · 762 Bytes
/
audit.toml
File metadata and controls
21 lines (17 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Cargo audit configuration
# See: https://docs.rs/cargo-audit/
[advisories]
# Transitive dependencies from upstream crates that are unmaintained but not vulnerable.
# These are acknowledged and tracked for future updates when upstream crates update.
ignore = [
# From neo4rs (via backoff)
"RUSTSEC-2025-0012", # backoff - unmaintained
"RUSTSEC-2024-0384", # instant - unmaintained (via backoff)
# From cdrs-tokio (Cassandra driver)
"RUSTSEC-2024-0388", # derivative - unmaintained
"RUSTSEC-2025-0057", # fxhash - unmaintained
# From parquet, neo4rs, helios-persistence
"RUSTSEC-2024-0436", # paste - unmaintained
# From neo4rs, object_store, bollard, etc.
"RUSTSEC-2025-0134", # rustls-pemfile - unmaintained
]