We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TaintStep
1 parent e65269b commit 109b96fCopy full SHA for 109b96f
1 file changed
go/ql/test/library-tests/semmle/go/frameworks/TaintSteps/TaintStep.ql
@@ -1,3 +1,5 @@
1
+// This test finds taint tracking steps which are not data flow steps
2
+// to illustrate which steps are added specifically by taint tracking
3
import go
4
5
predicate hasLocation(DataFlow::Node node, string loc) {
0 commit comments