Skip to content

Releases: CodeShield-Security/SPDS

SPDS-3.1.1

09 Sep 10:08
f5e3012
Compare
Choose a tag to compare
  • Added functionality to collect data flow path
  • Refactoring: Removed CallSiteStatement and ReturnSiteStatement. Propagation of the facts now works as (ControlFlowGraph.Edge,Val) instead (Statement,Val). The changes reflect back to the API of a query. All users need to update their AnalysisScope. The method signature changed from generate(Statement stmt) to generate(Edge cfgEdge). It holds that stmt == cfg.getTarget() and the update should be straight forward.