We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134010a commit 8e05f2aCopy full SHA for 8e05f2a
javascript/ql/lib/semmle/javascript/frameworks/SQL.qll
@@ -467,7 +467,7 @@ private module Tedious {
467
}
468
override DataFlow::Node getAQueryArgument(){
469
exists(API::NewNode request |
470
- request = API::moduleImport("tedious").getMember("Request").getAnInstantiation() and
+ request = tedious().getMember("Request").getAnInstantiation() and
471
this.getParameter(0).asSink() = request.getReturn().getAValueReachableFromSource() and
472
result = request.getArgument(0)
473
)
0 commit comments