Skip to content

Commit 6413fcc

Browse files
authored
Merge pull request github#13439 from jketema/go-dead
Go: Remove commented out code from test
2 parents c3ba206 + d035491 commit 6413fcc

File tree

1 file changed

+0
-6
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/VarArgsWithFunctionModels

1 file changed

+0
-6
lines changed

go/ql/test/library-tests/semmle/go/dataflow/VarArgsWithFunctionModels/Flows.ql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,3 @@ module TaintFlowTest implements TestSig {
8484
}
8585

8686
import MakeTest<MergeTests<DataFlowTest, TaintFlowTest>>
87-
// from TaintConfiguration cfg, DataFlow::PartialPathNode source, DataFlow::PartialPathNode sink
88-
// where
89-
// cfg.hasPartialFlow(source, sink, _)
90-
// and
91-
// source.getNode().hasLocationInfo(_, 22, _, _, _)
92-
// select sink, source, sink, "Partial flow from unsanitized user data"

0 commit comments

Comments
 (0)