We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd3b67 commit ab14529Copy full SHA for ab14529
deny.toml
@@ -68,6 +68,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
68
# A list of advisory IDs to ignore. Note that ignored advisories will still
69
# output a note when they are encountered.
70
ignore = [
71
+ # "paste is unmaintained"
72
+ "RUSTSEC-2024-0436",
73
+
74
# "ring is unmaintained" – we are aware, but there is not much we can do
75
# about it on our side for now :-/
76
"RUSTSEC-2025-0007",
0 commit comments