From af0425b8f1c10b5fb099e7d8fce466f7a5d21a71 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 22 Jul 2024 10:20:30 -0400 Subject: [PATCH] Update rulecat.conf --- salt/idstools/etc/rulecat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/idstools/etc/rulecat.conf b/salt/idstools/etc/rulecat.conf index db78cec29..e4ec611db 100644 --- a/salt/idstools/etc/rulecat.conf +++ b/salt/idstools/etc/rulecat.conf @@ -1,6 +1,6 @@ {%- from 'vars/globals.map.jinja' import GLOBALS -%} {%- from 'soc/merged.map.jinja' import SOCMERGED -%} ---suricata-version=6.0 +--suricata-version=7.0.3 --merged=/opt/so/rules/nids/suri/all.rules --output=/nsm/rules/detect-suricata/custom_temp --local=/opt/so/rules/nids/suri/local.rules @@ -20,4 +20,4 @@ --local={{ ruleset.file }} {%- endif %} {%- endfor %} -{%- endif %} \ No newline at end of file +{%- endif %}