]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/engine: fix whitelisting check
authorVictor Julien <vjulien@oisf.net>
Fri, 12 Jan 2024 07:03:06 +0000 (12:33 +0530)
committerVictor Julien <victor@inliniac.net>
Mon, 4 Mar 2024 10:50:30 +0000 (11:50 +0100)
commitfb9680bb7b17f6744c9f6f26abf4c902c83de8f3
tree3d0bc679e8dec5ac19e5b8ea55747f71ee265f4a
parent566e89a0d6aa56073705f97d972fc59911d9122e
detect/engine: fix whitelisting check

In the commit 4a00ae607, the whitelisting check was updated in a quest
to make use of the conditional better but it made things worse as every
range would be whitelisted as long as it had any of the default
whitelisted port which is very common.
src/detect-engine-build.c