Changed matching algorithm to string
parent
5e03dc549a
commit
7e0e72bb5c
|
@ -9,7 +9,7 @@ def process(url, dst):
|
||||||
university_list = download(url).json()
|
university_list = download(url).json()
|
||||||
|
|
||||||
warninglist = {
|
warninglist = {
|
||||||
'type': "hostname",
|
'type': "string",
|
||||||
'name': "University domains",
|
'name': "University domains",
|
||||||
'matching_attributes': ['hostname', 'domain', 'url', 'domain|ip'],
|
'matching_attributes': ['hostname', 'domain', 'url', 'domain|ip'],
|
||||||
'version': get_version(),
|
'version': get_version(),
|
||||||
|
|
Loading…
Reference in New Issue