Task #7484
Updated by Juliana Fajardini Reichow 9 months ago
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:
<pre><code class="c">
dependencies: {
flowbits: {
downstream: { (sids that depend on us)},
upstream: { (we depend on),
on)},
state modifying rules: {
state_modifying_rules: {
sids: [...]
names: [...]
}
}
}
}
}
</code></pre>