-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event Context #1383
Event Context #1383
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## bbot-2.0 #1383 +/- ##
=========================================
- Coverage 92% 92% -0%
=========================================
Files 340 340
Lines 23048 23295 +247
=========================================
+ Hits 21150 21370 +220
- Misses 1898 1925 +27 ☔ View full report in Codecov by Sentry. |
The main feature of this PR is a new attribute on every event:
discovery_context
. This contains a human-friendly description of exactly how the data was discovered, including any nuanced circumstances around its creation.For convenience, a
discovery_path
attribute has been added (to JSON and CSV outputs) that contains the full discovery chain from the scan target all the way to the current event.Also, the event
.source
attribute has been renamed to.parent
for clarity.TODO: