We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d4149 commit 046e517Copy full SHA for 046e517
2 files changed
go/ql/test/library-tests/semmle/go/dataflow/InterProceduralDataFlow/Test.expected
@@ -1,5 +1,3 @@
1
-failures
2
-#select
3
| destructuring.go:6:13:6:21 | "tainted" | destructuring.go:20:11:20:12 | s1 |
4
| destructuring.go:6:13:6:21 | "tainted" | destructuring.go:27:11:27:12 | s1 |
5
| destructuring.go:11:13:11:26 | "also tainted" | destructuring.go:34:11:34:12 | s3 |
go/ql/test/library-tests/semmle/go/dataflow/InterProceduralDataFlow/Test.ql
@@ -1,5 +1,4 @@
import go
-import TestUtilities.InlineFlowTest
module Config implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node nd) {
0 commit comments