mirror of https://github.com/OISF/suricata
github-ci: suppress RUSTSEC-2026-0253
RUSTSEC-2026-0253 in the lru crate requires that items we put in the lru have a drop implementation that may panic, and we catch that panic. The current items we put in the lru cache do not have a drop implementation, and we treat panic's as fatal so will not run into the issue presented in RUSTSEC-2026-0253.pull/16014/head
parent
d2497790f9
commit
7827f357b5
Loading…
Reference in New Issue