File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1919
2020* Method calls are now resolved in more cases, due to improved class hierarchy analysis. This may produce more security alerts.
2121
22+ * Jump-to-definition now resolves calls to their definition in more cases, and supports jumping from a JSDoc type annotation to its definition.
23+
2224## New queries
2325
2426| ** Query** | ** Tags** | ** Purpose** |
4244- The two-argument and three-argument variants of ` DataFlow::Configuration::isBarrier ` and
4345 ` TaintTracking::Configuration::isSanitizer ` have been deprecated. Overriding them no
4446 longer has any effect. Use ` isBarrierEdge ` and ` isSanitizerEdge ` instead.
47+ - The QLDoc for most AST classes have been expanded with concrete syntax examples.
48+ - Tutorials on how to use [ flow labels] ( https://help.semmle.com/QL/learn-ql/javascript/flow-labels.html )
49+ and [ type tracking] ( https://help.semmle.com/QL/learn-ql/javascript/type-tracking.html ) have been published,
50+ as well as a [ data flow cheat sheet] ( https://help.semmle.com/QL/learn-ql/javascript/dataflow-cheat-sheet.html ) for quick reference.
You can’t perform that action at this time.
0 commit comments