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 40aed29 commit 19e6a9aCopy full SHA for 19e6a9a
java/ql/integration-tests/all-platforms/kotlin/kotlin_java_static_fields/test.ql
@@ -1,6 +1,6 @@
1
import java
2
import semmle.code.java.dataflow.DataFlow
3
-import DataFlow::PathGraph
+import Flow::PathGraph
4
5
module Config implements DataFlow::ConfigSig {
6
predicate isSource(DataFlow::Node n) { n.asExpr().(StringLiteral).getValue() = "taint" }
0 commit comments