Skip to content

Commit 109b96f

Browse files
committed
Add comment explaining TaintStep test
1 parent e65269b commit 109b96f

File tree

1 file changed

+2
-0
lines changed
  • go/ql/test/library-tests/semmle/go/frameworks/TaintSteps

1 file changed

+2
-0
lines changed

go/ql/test/library-tests/semmle/go/frameworks/TaintSteps/TaintStep.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
13
import go
24

35
predicate hasLocation(DataFlow::Node node, string loc) {

0 commit comments

Comments
 (0)