mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
add ignore for another CVE
This commit is contained in:
parent
68ca5701f1
commit
450caed840
2 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -94,7 +94,7 @@ clippy:
|
|||
clippy-nightly:
|
||||
cargo +nightly clippy --workspace --all-features
|
||||
|
||||
check: fmt clippy test sort
|
||||
check: fmt clippy test sort deny
|
||||
|
||||
check-nightly:
|
||||
cargo +nightly c
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@ ignore = [
|
|||
# Crate paste is unmaintained. The dependency is already removed in
|
||||
# ratatui:master. Until a new release is available, ignore this in
|
||||
# order to pass CI. (https://github.com/gitui-org/gitui/issues/2554)
|
||||
{ id = "RUSTSEC-2024-0436", reason = "The paste dependency is already removed from ratatui." }
|
||||
{ id = "RUSTSEC-2024-0436", reason = "The paste dependency is already removed from ratatui." },
|
||||
# See https://github.com/trishume/syntect/issues/606
|
||||
{ id = "RUSTSEC-2025-0141", reason = "Only brought in via syntect" },
|
||||
]
|
||||
|
||||
[bans]
|
||||
|
|
|
|||
Loading…
Reference in a new issue