Skip to content

Commit 780b04a

Browse files
author
loks0n
committed
deny: ignore RUSTSEC-2024-0436 (paste unmaintained, pulled in via ratatui)
1 parent 9169ea9 commit 780b04a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

deny.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ all-features = true
77
# Fail on any unmaintained or vulnerable advisory; allow yanked crates as a
88
# warning since they may show up transiently.
99
yanked = "warn"
10-
ignore = []
10+
ignore = [
11+
# `paste` is archived but still pulled in by ratatui's dependency tree.
12+
# It's a pure proc-macro crate (no runtime, no I/O, no security surface),
13+
# and ratatui upstream tracks the migration. Re-evaluate when ratatui
14+
# ships a release that drops it.
15+
"RUSTSEC-2024-0436",
16+
]
1117

1218
[bans]
1319
multiple-versions = "warn"

0 commit comments

Comments
 (0)