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 9941e46 commit ffe34cbCopy full SHA for ffe34cb
go/ql/test/library-tests/semmle/go/dataflow/ExternalFlow/test.go
@@ -123,7 +123,7 @@ func simpleflow() {
123
ch := make(chan string)
124
ch <- a.Src1().(string)
125
taint16 := test.StepArgCollectionContentRes(ch)
126
- b.Sink1(taint16) // $ MISSING: hasTaintFlow="taint16" // currently fails due to lack of post-update nodes after send statements
+ b.Sink1(taint16) // $ hasTaintFlow="taint16" // currently fails due to lack of post-update nodes after send statements
127
128
c1 := test.C{""}
129
c1.Set(a.Src1().(string))
0 commit comments