From 923a644107b608ba6965359f75193fbc34647461 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 26 Mar 2021 13:15:04 +0100 Subject: [PATCH] ruleset-sources: Replace subscription code placeholder. Replace the placeholder by the more generic . Signed-off-by: Stefan Schantl --- config/suricata/ruleset-sources | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources index a4f556118e..d82f3391ed 100644 --- a/config/suricata/ruleset-sources +++ b/config/suricata/ruleset-sources @@ -23,7 +23,7 @@ our %Providers = ( website => "https://www.snort.org", tr_string => "registered user rules", requires_subscription => "True", - dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=", + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=", dl_type => "archive", }, @@ -33,7 +33,7 @@ our %Providers = ( website => "https://www.snort.org", tr_string => "subscripted user rules", requires_subscription => "True", - dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=", + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=", dl_type => "archive", }, @@ -63,7 +63,7 @@ our %Providers = ( website => "https://emergingthreats.net/", tr_string => "emerging pro rules", requires_subscription => "True", - dl_url => "https://rules.emergingthreatspro.com//suricata-5.0/etpro.rules.tar.gz", + dl_url => "https://rules.emergingthreatspro.com//suricata-5.0/etpro.rules.tar.gz", dl_type => "archive", }, ); -- 2.39.5