Releases: CodeShield-Security/SPDS
Releases · CodeShield-Security/SPDS
SPDS-3.1.1
- Added functionality to collect data flow path
- Refactoring: Removed
CallSiteStatement
andReturnSiteStatement
. 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 theirAnalysisScope
. The method signature changed fromgenerate(Statement stmt)
togenerate(Edge cfgEdge)
. It holds thatstmt == cfg.getTarget()
and the update should be straight forward.