Merge pull request #1234 from xiemaisi/js/customizations-qll

Approved by esben-semmle
This commit is contained in:
semmle-qlci
2019-04-11 08:31:28 +01:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/**
* Contains customizations to the standard library.
*
* This module is imported by `javascript.qll`, so any customizations defined here automatically
* apply to all queries.
*
* Typical examples of customizations include adding new subclasses of abstract classes such as
* `FileSystemAccess`, or the `Source` and `Sink` classes associated with the security queries
* to model frameworks that are not covered by the standard library.
*/
import javascript

View File

@@ -2,6 +2,8 @@
* Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.
*/
import Customizations
import semmle.javascript.Aliases
import semmle.javascript.AMD
import semmle.javascript.AST