We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aea81 commit 3c43493Copy full SHA for 3c43493
ruby/ql/lib/codeql/ruby/Regexp.qll
@@ -5,8 +5,8 @@
5
* terms.
6
*/
7
8
-import regexp.RegExpTreeView // re-export
9
-private import regexp.ParseRegExp
+import regexp.internal.RegExpTreeView // re-export
+private import regexp.internal.ParseRegExp
10
private import codeql.ruby.ast.Literal as AST
11
private import codeql.ruby.DataFlow
12
private import codeql.ruby.controlflow.CfgNodes
ruby/ql/lib/codeql/ruby/regexp/ParseRegExp.qll renamed to ruby/ql/lib/codeql/ruby/regexp/internal/ParseRegExp.qll
ruby/ql/lib/codeql/ruby/regexp/RegExpTreeView.qll renamed to ruby/ql/lib/codeql/ruby/regexp/internal/RegExpTreeView.qll
ruby/ql/lib/codeql/ruby/security/performance/RegExpTreeView.qll
@@ -2,7 +2,7 @@
2
* This module should provide a class hierarchy corresponding to a parse tree of regular expressions.
3
4
-import codeql.ruby.regexp.RegExpTreeView
+import codeql.ruby.Regexp
import codeql.Locations
0 commit comments