From: Shivani Bhardwaj Date: Thu, 16 Nov 2023 10:11:36 +0000 (+0530) Subject: update min-version required X-Git-Tag: 1.3.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bbded64f6f62e57e2203e2207b082cee9dbe0c;p=thirdparty%2Fsuricata-update.git update min-version required --- diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 012b4e3..bf57de5 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -120,7 +120,7 @@ This command will: and do not need to exist. * Download the Emerging Threats Open ruleset for your version of - Suricata, defaulting to 4.0.0 if not found. + Suricata, defaulting to 6.0.0 if not found. * Apply enable, disable, drop and modify filters as loaded above. diff --git a/suricata/update/main.py b/suricata/update/main.py index 50c22df..9c29b1c 100644 --- a/suricata/update/main.py +++ b/suricata/update/main.py @@ -88,7 +88,7 @@ else: logger = logging.getLogger() # If Suricata is not found, default to this version. -DEFAULT_SURICATA_VERSION = "4.0.0" +DEFAULT_SURICATA_VERSION = "6.0.0" # The default filename to use for the output rule file. This is a # single file concatenating all input rule files together.