Skip to content

Commit 450caed

Browse files
committed
add ignore for another CVE
1 parent 68ca570 commit 450caed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ clippy:
9494
clippy-nightly:
9595
cargo +nightly clippy --workspace --all-features
9696

97-
check: fmt clippy test sort
97+
check: fmt clippy test sort deny
9898

9999
check-nightly:
100100
cargo +nightly c

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ ignore = [
2020
# Crate paste is unmaintained. The dependency is already removed in
2121
# ratatui:master. Until a new release is available, ignore this in
2222
# order to pass CI. (https://github.com/gitui-org/gitui/issues/2554)
23-
{ id = "RUSTSEC-2024-0436", reason = "The paste dependency is already removed from ratatui." }
23+
{ id = "RUSTSEC-2024-0436", reason = "The paste dependency is already removed from ratatui." },
24+
# See https://github.com/trishume/syntect/issues/606
25+
{ id = "RUSTSEC-2025-0141", reason = "Only brought in via syntect" },
2426
]
2527

2628
[bans]

0 commit comments

Comments
 (0)