Skip to content

Commit 7c082f0

Browse files
inashivbvictorjulien
authored andcommitted
rust/cargo: ignore RUSTSEC-2026-0009 for time crate
cargo audit reports this security issue with the time crate but Suricata remains unaffected as no influenced fn is used by Suricata. Advisory: https://rustsec.org/advisories/RUSTSEC-2026-0009 The MSRV for newer time crate versions are higher than the MSRV for Suricata right now: 1.75.0 Hence, the best course of action is to suppress this warning. Ticket: 8269 (cherry picked from commit 11b2860)
1 parent 84970da commit 7c082f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rust-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,7 @@ jobs:
8787
IGNORES+=(--ignore RUSTSEC-2020-0036)
8888
# failure, via bendy
8989
IGNORES+=(--ignore RUSTSEC-2019-0036)
90+
# time crate update
91+
IGNORES+=(--ignore RUSTSEC-2026-0009)
9092
9193
cargo audit -D warnings "${IGNORES[@]}"

0 commit comments

Comments
 (0)