mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
JavaScript: Move ApiGraphs library to semmle.javascript and import it from javascript.qll.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
import Customizations
|
||||
import semmle.javascript.Aliases
|
||||
import semmle.javascript.AMD
|
||||
import semmle.javascript.ApiGraphs
|
||||
import semmle.javascript.Arrays
|
||||
import semmle.javascript.AST
|
||||
import semmle.javascript.BasicBlocks
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
import javascript
|
||||
private import ApiGraphs
|
||||
|
||||
module SQL {
|
||||
/** A string-valued expression that is interpreted as a SQL command. */
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
import javascript
|
||||
private import ApiGraphs
|
||||
|
||||
private predicate execApi(string mod, string fn, int cmdArg, int optionsArg, boolean shell) {
|
||||
mod = "cross-spawn" and
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
import javascript
|
||||
private import semmle.javascript.frameworks.ConnectExpressShared::ConnectExpressShared
|
||||
private import ApiGraphs
|
||||
|
||||
// main concepts
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user