Skip to content

Commit d035491

Browse files
committed
Go: Remove commented out code from test
1 parent c3ba206 commit d035491

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)