Add exception for RUSTSEC-2024-0436 (paste being unmaintained) (#7301)

This commit is contained in:
Andreas Reich
2025-03-08 19:44:43 +01:00
committed by Connor Fitzgerald
parent cf002ee4d3
commit 8a38f5fbf1

View File

@@ -21,6 +21,11 @@ skip = [
wildcards = "deny"
allow-wildcard-paths = true
[advisories]
# `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436
# It's a dependency of `metal` (which is to be replaced with `objc2`) and a transitive dependency of `deno`.
ignore = ["RUSTSEC-2024-0436"]
[licenses]
allow = [
"Apache-2.0",