mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-29 23:39:40 -06:00
chore(audit): fix deny.toml to valid cargo-deny format
This commit is contained in:
parent
e3d25181b5
commit
5818cbfff9
16
deny.toml
16
deny.toml
@ -1,15 +1,11 @@
|
||||
[tool.cargo-deny]
|
||||
# Minimal cargo-deny configuration to start explicit license and advisory checks.
|
||||
|
||||
# cargo-deny configuration (minimal)
|
||||
|
||||
[advisories]
|
||||
# Use the default advisory database (rustsec)
|
||||
ignore = []
|
||||
# default uses the rustsec DB; keep empty to use defaults
|
||||
|
||||
[licenses]
|
||||
# Start with an allowlist of licenses acceptable for this project. Adjust as policy.
|
||||
allowed = ["AGPL-3.0-only", "MIT", "Apache-2.0", "BSD-3-Clause"]
|
||||
# Allowlist of licenses. Edit to match project policy.
|
||||
allow = ["AGPL-3.0-only", "MIT", "Apache-2.0", "BSD-3-Clause"]
|
||||
replace = []
|
||||
|
||||
[licenses.exceptions]
|
||||
# Temporary exceptions: list crate names and a short rationale
|
||||
# example: "some-crate" = "Temporary exception while replacement is planned (issue #NNN)"
|
||||
exceptions = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user