Skip to content

Commit 8a4b043

Browse files
committed
fix imports
1 parent 62e7295 commit 8a4b043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/printAst.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
private import AST
10-
private import codeql.ruby.regexp.RegExpTreeView as RETV
10+
private import codeql.ruby.security.performance.RegExpTreeView as RETV
1111

1212
/** Holds if `n` appears in the desugaring of some other node. */
1313
predicate isDesugared(AstNode n) {

ruby/ql/test/library-tests/regexp/parse.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import codeql.Locations
6-
import codeql.ruby.regexp.RegExpTreeView as RETV
6+
import codeql.ruby.security.performance.RegExpTreeView as RETV
77

88
query predicate nodes(RETV::RegExpTerm n, string attr, string val) {
99
attr = "semmle.label" and

0 commit comments

Comments
 (0)