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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user