File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
go/ql/test/library-tests/semmle/go/dataflow Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ func simpleflow() {
158158 ch := make (chan string )
159159 ch <- a .Src1 ().(string )
160160 taint16 := test .StepArgCollectionContentRes (ch )
161- b .Sink1 (taint16 ) // $ MISSING: hasTaintFlow="taint16" // currently fails due to lack of post-update nodes after send statements
161+ b .Sink1 (taint16 ) // $ hasTaintFlow="taint16"
162162
163163 c1 := test.C {"" }
164164 c1 .Set (a .Src1 ().(string ))
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ func simpleflow() {
158158 ch := make (chan string )
159159 ch <- a .Src1 ().(string )
160160 taint16 := test .StepArgCollectionContentRes (ch )
161- b .Sink1 (taint16 ) // $ MISSING: hasValueFlow="taint16" // currently fails due to lack of post-update nodes after send statements
161+ b .Sink1 (taint16 ) // $ hasValueFlow="taint16"
162162
163163 c1 := test.C {"" }
164164 c1 .Set (a .Src1 ().(string ))
You can’t perform that action at this time.
0 commit comments