mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-29 23:31:07 -06:00
23 lines
501 B
TOML
23 lines
501 B
TOML
|
|
# cargo-deny configuration (minimal)
|
|
|
|
[advisories]
|
|
# default uses the rustsec DB; keep empty to use defaults
|
|
# Temporary advisory exceptions (timeboxed) — these are ignored by cargo-deny so CI can run
|
|
# Tracked in issues/TRACK-2025-11-09-RSA-PASTE.md
|
|
ignore = ["RUSTSEC-2023-0071", "RUSTSEC-2024-0436"]
|
|
|
|
[licenses]
|
|
# Allowlist of licenses. Edit to match project policy.
|
|
allow = [
|
|
"AGPL-3.0-only",
|
|
"MIT",
|
|
"Apache-2.0",
|
|
"BSD-3-Clause",
|
|
"Unicode-3.0",
|
|
"ISC",
|
|
"0BSD",
|
|
"Zlib",
|
|
]
|
|
exceptions = []
|