Skip to content

Commit 6725767

Browse files
committed
Ruby: Remove redundant dataflow test
1 parent d20d1e5 commit 6725767

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ruby/ql/test/library-tests/frameworks/json/JsonDataFlow.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ nodes
2929
| json.rb:10:6:10:34 | call to fast_unparse | semmle.label | call to fast_unparse |
3030
| json.rb:10:24:10:33 | call to source : | semmle.label | call to source : |
3131
subpaths
32-
#select

ruby/ql/test/library-tests/frameworks/json/JsonDataFlow.ql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
* @kind path-problem
33
*/
44

5-
import codeql.ruby.AST
65
import TestUtilities.InlineFlowTest
76
import codeql.ruby.Frameworks
87
import PathGraph
9-
10-
from DataFlow::PathNode source, DataFlow::PathNode sink, DefaultValueFlowConf conf
11-
where conf.hasFlowPath(source, sink)
12-
select sink, source, sink, "$@", source, source.toString()

0 commit comments

Comments
 (0)