From: Victor Julien Date: Wed, 15 Dec 2021 11:32:53 +0000 (+0100) Subject: tests: fix 4710 tests where reject support is missing X-Git-Tag: suricata-6.0.5~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F616%2Fhead;p=thirdparty%2Fsuricata-verify.git tests: fix 4710 tests where reject support is missing --- diff --git a/tests/security-4710-01/test.rules b/tests/security-4710-01/test.rules index c34827cbf..7997290de 100644 --- a/tests/security-4710-01/test.rules +++ b/tests/security-4710-01/test.rules @@ -1,2 +1,2 @@ -reject tcp any any -> any any (msg: "Bad keyword detected!"; content: "ultrasurf"; http_uri; sid: 1;) +alert tcp any any -> any any (msg: "Bad keyword detected!"; content: "ultrasurf"; http_uri; sid: 1;) alert tcp any any -> any any (msg:"SURICATA STREAM suspected RST injection"; stream-event:suspected_rst_inject; classtype:protocol-command-decode; sid:2210058; rev:1;) diff --git a/tests/security-4710-02/test.rules b/tests/security-4710-02/test.rules index 9c1d6e240..0db2bab97 100644 --- a/tests/security-4710-02/test.rules +++ b/tests/security-4710-02/test.rules @@ -1,2 +1,2 @@ -reject tcp any any -> any any (content: "/"; http_uri; startswith; endswith; sid: 1;) +alert tcp any any -> any any (content: "/"; http_uri; startswith; endswith; sid: 1;) alert tcp any any -> any any (msg:"SURICATA STREAM suspected RST injection"; stream-event:suspected_rst_inject; classtype:protocol-command-decode; sid:2210058; rev:1;)