Changed matching algorithm to string

pull/164/head
cyber288 2020-09-23 15:46:41 -04:00 committed by GitHub
parent bcbb62d734
commit 365fb4c00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'] = []