mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 06:23:37 -06:00
12 lines
329 B
TOML
12 lines
329 B
TOML
# cargo-audit configuration
|
|
# https://github.com/rustsec/rustsec/tree/main/cargo-audit
|
|
|
|
[advisories]
|
|
# Transitive dependencies we can't control
|
|
ignore = [
|
|
# rsa: Marvin Attack timing sidechannel (via sqlx-mysql, no fix available)
|
|
"RUSTSEC-2023-0071",
|
|
# derivative: unmaintained (via poise)
|
|
"RUSTSEC-2024-0388",
|
|
]
|