Actions
Task #7484
openengine/analysis: report rule dependencies
Description
Besides the work done in #7456, we want to have a broader report on such dependencies.
This ticket covers that work
Suggestion of what the engine analysis output would look like, with dependencies being the top level:
dependencies: {
flowbits: {
downstream: { (sids that depend on us)},
upstream: { (we depend on),
state_modifying_rules: {
sids: [...]
names: [...]
}
}
}
}
Updated by Juliana Fajardini Reichow 8 days ago
- Related to Task #7456: engine/analysis: report rule state altered by flowbit rule added
Actions