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 62e7295 commit 8a4b043Copy full SHA for 8a4b043
ruby/ql/lib/codeql/ruby/printAst.qll
@@ -7,7 +7,7 @@
7
*/
8
9
private import AST
10
-private import codeql.ruby.regexp.RegExpTreeView as RETV
+private import codeql.ruby.security.performance.RegExpTreeView as RETV
11
12
/** Holds if `n` appears in the desugaring of some other node. */
13
predicate isDesugared(AstNode n) {
ruby/ql/test/library-tests/regexp/parse.ql
@@ -3,7 +3,7 @@
3
4
5
import codeql.Locations
6
-import codeql.ruby.regexp.RegExpTreeView as RETV
+import codeql.ruby.security.performance.RegExpTreeView as RETV
query predicate nodes(RETV::RegExpTerm n, string attr, string val) {
attr = "semmle.label" and
0 commit comments