mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
DataFlow: Fix test.
This commit is contained in:
@@ -3,10 +3,6 @@ import semmle.code.java.dataflow.DataFlow
|
||||
import TestUtilities.InlineExpectationsTest
|
||||
import DataFlow
|
||||
|
||||
class TestState extends FlowState {
|
||||
TestState() { src(_, this) or sink(_, this) or step(_, _, this, _) or step(_, _, _, this) }
|
||||
}
|
||||
|
||||
predicate src(Node n, string s) {
|
||||
exists(MethodAccess ma |
|
||||
n.asExpr() = ma and
|
||||
|
||||
Reference in New Issue
Block a user