1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-27 23:03:45 +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 GitHub
parent 0e2748784b
commit 9ba9c89ee6

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