From 365fb4c00e36a9f68171aa3afa9281ee18b4e31c Mon Sep 17 00:00:00 2001 From: cyber288 <43047272+cyber288@users.noreply.github.com> Date: Wed, 23 Sep 2020 15:46:41 -0400 Subject: [PATCH] Changed matching algorithm to string --- tools/generate-cisco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate-cisco.py b/tools/generate-cisco.py index 83fe886..e96e35d 100755 --- a/tools/generate-cisco.py +++ b/tools/generate-cisco.py @@ -40,7 +40,7 @@ def process(file): def generate(sites, warninglist, dst): warninglist['version'] = get_version() - warninglist['type'] = 'hostname' + warninglist['type'] = 'string' warninglist['matching_attributes'] = [ 'hostname', 'domain', 'url', 'domain|ip'] warninglist['list'] = []