Ruby: Remove redundant dataflow test

This commit is contained in:
Harry Maclean
2022-11-25 08:54:10 +13:00
parent d20d1e5e75
commit 67257671ea
2 changed files with 0 additions and 6 deletions

View File

@@ -29,4 +29,3 @@ nodes
| json.rb:10:6:10:34 | call to fast_unparse | semmle.label | call to fast_unparse |
| json.rb:10:24:10:33 | call to source : | semmle.label | call to source : |
subpaths
#select

View File

@@ -2,11 +2,6 @@
* @kind path-problem
*/
import codeql.ruby.AST
import TestUtilities.InlineFlowTest
import codeql.ruby.Frameworks
import PathGraph
from DataFlow::PathNode source, DataFlow::PathNode sink, DefaultValueFlowConf conf
where conf.hasFlowPath(source, sink)
select sink, source, sink, "$@", source, source.toString()