Dataflow: Add change notes.

This commit is contained in:
Anders Schack-Mulligen
2023-03-02 16:01:29 +01:00
parent a498ab241b
commit b34f99f716
6 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
category: majorAnalysis
---
* The main data flow and taint tracking APIs have been changed. The old APIs
remain in place for now and translate to the new through a
backwards-compatible wrapper. If multiple configurations are in scope
simultaneously, then this may affect results slightly. The new API is quite
similar to the old, but makes use of a configuration module instead of a
configuration class.