We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be5ac2f + 2150af9 commit 1470f9fCopy full SHA for 1470f9f
change-notes/1.19/analysis-java.md
@@ -26,6 +26,11 @@ to run queries and explore the data flow in results.
26
27
## Changes to QL libraries
28
29
+* The class `ControlFlowNode` (and by extension `BasicBlock`) has until now
30
+ been directly equatable to `Expr` and `Stmt`. Exploiting these equalities,
31
+ for example by using casts, is now deprecated, and the conversions
32
+ `Expr.getControlFlowNode()` and `Stmt.getControlFlowNode()` should be used
33
+ instead.
34
* The default set of taint sources in the `FlowSources` library is extended to
35
cover parameters annotated with Spring framework annotations indicating
36
remote user input from servlets. This affects all security queries, which
0 commit comments