Files
codeql/cpp/ql/lib/change-notes/2026-02-14-must-flow.md
2026-02-17 10:28:29 +01:00

425 B

category
category
breaking
  • MustFlow, the inter-procedural must-flow data flow analysis library, has been re-worked to use parameterized modules. Like in the case of data flow and taint tracking, instead of extending the MustFlowConfiguration class, the user should now implement a module with the MustFlow::ConfigSig signature, and instantiate the MustFlow::Global parameterized module with the implemented module.