mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Merge pull request #1384 from asger-semmle/typescript-3.5
Approved by xiemaisi
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
* The security queries now treat comparisons with symbolic constants as sanitizers, resulting in fewer false positives.
|
||||
|
||||
* TypeScript 3.4 features are now supported.
|
||||
* TypeScript 3.5 is now supported.
|
||||
|
||||
* On LGTM, TypeScript projects now have static type information extracted by default, resulting in more security results.
|
||||
Users of the command-line tools must still pass `--typescript-full` to the extractor to enable this.
|
||||
|
||||
@@ -13,4 +13,4 @@ Java,"Java 6 to 11 [2]_.","javac (OpenJDK and Oracle JDK)
|
||||
Eclipse compiler for Java (ECJ) batch compiler",``.java``
|
||||
JavaScript,ECMAScript 2019 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhm``, ``.xhtml``, ``.vue``, ``.json``, ``.yaml``, ``.yml``, ``.raml`` [3]_."
|
||||
Python,"2.7, 3.5, 3.6, 3.7",Not applicable,``.py``
|
||||
TypeScript [4]_.,"2.6-3.4",Standard TypeScript compiler,"``.ts``, ``.tsx``"
|
||||
TypeScript [4]_.,"2.6-3.5",Standard TypeScript compiler,"``.ts``, ``.tsx``"
|
||||
|
||||
|
Reference in New Issue
Block a user