We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed349f7 commit 28160e4Copy full SHA for 28160e4
1 file changed
go/ql/test/library-tests/semmle/go/dataflow/ArrayConversion/main.go
@@ -21,5 +21,5 @@ func main() {
21
// Compare with the standard dataflow support for arrays
22
var b [4]string
23
b[0] = source()
24
- sink(b[0]) // $ hasTaintFlow="index expression"
+ sink(b[0]) // $ hasValueFlow="index expression"
25
}
0 commit comments