mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
ruleset-sources: Replace subscription code placeholder.
Replace the <oinkcode> placeholder by the more generic <subscription_code>. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -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",
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user