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 149d4a5 commit 43d4b77Copy full SHA for 43d4b77
javascript/frameworks/ui5/test/models/sink/pathSinkTest.ql
@@ -7,7 +7,7 @@
7
8
import javascript
9
import semmle.javascript.security.dataflow.TaintedPathQuery as TaintedPathQuery
10
-import advanced_security.javascript.frameworks.ui5.dataflow.DataFlow as UI5DataFlow // HACK: Why does this test pass only when we import this?
+import advanced_security.javascript.frameworks.ui5.dataflow.DataFlow as UI5DataFlow
11
12
class UI5ExtPathISink extends TaintedPathQuery::Sink {
13
UI5ExtPathISink() { this = ModelOutput::getASinkNode("ui5-path-injection").asSink() }
0 commit comments