Project

General

Profile

Task #7484

Updated by Juliana Fajardini Reichow 5 days 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)}, 
     state modifying rules: { 
      flowbits: { 
        state_modifying_rules: { 
          sids: [...]  
          names: [...] 
        } 
      } 
     } 
   } 
 } 
 </code></pre> 

Back