From 80ce94a695adcdc1abe2f4d5b9734d55c331a39a Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 15 Dec 2021 12:32:53 +0100 Subject: [PATCH] tests: fix 4710 tests where reject support is missing --- tests/security-4710-01/test.rules | 2 +- tests/security-4710-02/test.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;) -- 2.47.2