1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 10:23:52 +00:00

Allow unmaintained crates in transient deps (#18241)

This commit is contained in:
neuronull
2026-01-07 11:00:31 -07:00
committed by jaasen-livefront
parent 0dacd305d0
commit 1df4af314b

View File

@@ -1,9 +1,10 @@
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
[advisories]
# Allow unmaintained crates in transient deps but not direct
unmaintained = "workspace"
ignore = [
# Vulnerability in `rsa` crate: https://rustsec.org/advisories/RUSTSEC-2023-0071.html
{ id = "RUSTSEC-2023-0071", reason = "There is no fix available yet." },
{ id = "RUSTSEC-2024-0436", reason = "paste crate is unmaintained."}
]
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html