Skip to content

Commit 6f9dc5e

Browse files
committed
Ruby: Update import for file move
1 parent 2feb4a4 commit 6f9dc5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ruby/ql/src/queries/security/cwe-020/MissingRegExpAnchor.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
import HostnameRegexpShared
1515
import codeql.ruby.DataFlow
16-
import codeql.ruby.security.performance.RegExpTreeView
16+
import codeql.ruby.regexp.RegExpTreeView
17+
import codeql.ruby.Regexp
1718

1819
/**
1920
* Holds if `term` is a final term, that is, no term will match anything after this one.

0 commit comments

Comments
 (0)