]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
ruleset-sources: Replace subscription code placeholder.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 26 Mar 2021 12:15:04 +0000 (13:15 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:22:59 +0000 (13:22 +0100)
Replace the <oinkcode> placeholder by the more generic
<subscription_code>.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/ruleset-sources

index a4f556118ec8e34152b13a474f41016153379618..d82f3391ed72a98e3eda9adee23688b533ca5980 100644 (file)
@@ -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=<oinkcode>",
+               dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=<subscription_code>",
                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=<oinkcode>",
+               dl_url => "https://www.snort.org/rules/snortrules-snapshot-29161.tar.gz?oinkcode=<subscription_code>",
                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/<oinkcode>/suricata-5.0/etpro.rules.tar.gz",
+               dl_url => "https://rules.emergingthreatspro.com/<subscription_code>/suricata-5.0/etpro.rules.tar.gz",
                dl_type => "archive",
        },
 );