Merge pull request #12684 from aschackmull/dataflow/remove-footgun

Dataflow: Remove accidentally exposed predicates.
This commit is contained in:
Anders Schack-Mulligen
2023-03-28 15:14:58 +02:00
committed by GitHub
40 changed files with 126 additions and 68 deletions

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Fixed some accidental predicate visibility in the backwards-compatible wrapper for data flow configurations. In particular `DataFlow::hasFlowPath`, `DataFlow::hasFlow`, `DataFlow::hasFlowTo`, and `DataFlow::hasFlowToExpr` were accidentally exposed in a single version.