chg: Bump misp-taxonomies
parent
1f450da171
commit
18c67df9fc
|
@ -1,2 +0,0 @@
|
|||
[report]
|
||||
show_missing = True
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c591a8fadcadc56f7e69b963f7ba745c9f6a358
|
||||
Subproject commit 28687d90d575332776480cd5d683361e7485033c
|
|
@ -43,6 +43,6 @@ class TestPyMISPWarningLists(unittest.TestCase):
|
|||
results = self.warninglists.search('2001:DB8::34:1')
|
||||
self.assertEqual(results[0].name, 'List of RFC 3849 CIDR blocks')
|
||||
results = self.warninglists.search('1e100.net')
|
||||
self.assertEqual(results[0].name, 'List of known google domains')
|
||||
self.assertEqual(results[0].name, 'Top 1,000,000 most-used sites from Tranco')
|
||||
results = self.warninglists.search('something.files.1drv.com')
|
||||
self.assertEqual(results[0].name, 'List of known microsoft domains')
|
||||
self.assertEqual(results[0].name, 'Top 1,000,000 most-used sites from Tranco')
|
||||
|
|
Loading…
Reference in New Issue