Changed matching algorithm to string

pull/164/head
cyber288 2020-09-23 15:58:03 -04:00 committed by GitHub
parent 5e03dc549a
commit 7e0e72bb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def process(url, dst):
university_list = download(url).json()
warninglist = {
'type': "hostname",
'type': "string",
'name': "University domains",
'matching_attributes': ['hostname', 'domain', 'url', 'domain|ip'],
'version': get_version(),