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 952bc84 commit 477341dCopy full SHA for 477341d
go/ql/test/library-tests/semmle/go/frameworks/ElazarlGoproxy/test.ql
@@ -69,11 +69,11 @@ class TaintFlow extends InlineExpectationsTest {
69
tag = "taintflow" and
70
value = "" and
71
element = "" and
72
- exists(Config c, DataFlow::Node fromNode, DataFlow::Node toNode |
+ exists(Config c, DataFlow::Node toNode |
73
toNode
74
.hasLocationInfo(location.getFile().getAbsolutePath(), location.getStartLine(),
75
location.getStartColumn(), location.getEndLine(), location.getEndColumn()) and
76
- c.hasFlow(fromNode, toNode)
+ c.hasFlowTo(toNode)
77
)
78
}
79
0 commit comments