MCPcopy
hub / github.com/smicallef/spiderfoot / runCorrelations

Method runCorrelations

sfscan.py:429–435  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

427 self.__dbh.close()
428
429 def runCorrelations(self):
430 self.__sf.status(f"Running {len(self.__config['__correlationrules__'])} correlation rules.")
431 ruleset = dict()
432 for rule in self.__config['__correlationrules__']:
433 ruleset[rule['id']] = rule['rawYaml']
434 corr = SpiderFootCorrelator(self.__dbh, ruleset, self.__scanId)
435 corr.run_correlations()
436
437 def waitForThreads(self):
438 counter = 0

Callers 1

__startScanMethod · 0.95

Calls 3

run_correlationsMethod · 0.95
statusMethod · 0.45

Tested by

no test coverage detected