MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / make_event

Method make_event

bbot/scanner/scanner.py:993–996  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

991 self.debug(f'Attempt to set invalid status "{status}" on scan')
992
993 def make_event(self, *args, **kwargs):
994 kwargs["scan"] = self
995 event = make_event(*args, **kwargs)
996 return event
997
998 def update_event(self, event, **kwargs):
999 kwargs["scan"] = self

Callers 13

test_eventsFunction · 0.95
test_event_confidenceFunction · 0.95
test_event_closest_hostFunction · 0.95
test_event_magicFunction · 0.95
test_mobile_appFunction · 0.95
test_event_hashingFunction · 0.95
test_wildcardsFunction · 0.95
setup_after_prepMethod · 0.95
finishMethod · 0.95
make_root_eventMethod · 0.95

Calls 1

make_eventFunction · 0.90

Tested by 10

test_eventsFunction · 0.76
test_event_confidenceFunction · 0.76
test_event_closest_hostFunction · 0.76
test_event_magicFunction · 0.76
test_mobile_appFunction · 0.76
test_event_hashingFunction · 0.76
test_wildcardsFunction · 0.76
setup_after_prepMethod · 0.76