We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a09b15 commit 7f5e973Copy full SHA for 7f5e973
go/ql/test/library-tests/semmle/go/dataflow/ExternalValueFlow/test.go
@@ -158,7 +158,7 @@ func simpleflow() {
158
ch := make(chan string)
159
ch <- a.Src1().(string)
160
taint16 := test.StepArgCollectionContentRes(ch)
161
- b.Sink1(taint16) // $ MISSING: hasValueFlow="taint16" // currently fails due to lack of post-update nodes after send statements
+ b.Sink1(taint16) // $ hasValueFlow="taint16"
162
163
c1 := test.C{""}
164
c1.Set(a.Src1().(string))
0 commit comments