Files
codeql/change-notes/1.22/analysis-javascript.md
2019-07-01 15:45:57 +01:00

1.2 KiB

Improvements to JavaScript analysis

General improvements

  • Support for the following frameworks and libraries has been improved:

  • Support for tracking data flow and taint through getter functions (that is, functions that return a property of one of their arguments) and through the receiver object of method calls has been improved. This may produce more security alerts.

New queries

Query Tags Purpose

Changes to existing queries

Query Expected impact Change

Changes to QL libraries