mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
delete old test
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
/**
|
||||
* @description Used to debug the discovery of regexp literals.
|
||||
* @kind path-problem
|
||||
*/
|
||||
|
||||
import RegExpConfiguration
|
||||
import codeql.ruby.dataflow.internal.DataFlowImplForRegExp
|
||||
import PathGraph
|
||||
|
||||
from RegExpConfiguration c, PathNode source, PathNode sink
|
||||
where c.hasFlowPath(source, sink)
|
||||
select source.getNode(), source, sink, source.toString()
|
||||
Reference in New Issue
Block a user