Skip to content

Commit 5b11cfe

Browse files
committed
Ruby: fix up import path
1 parent 752b126 commit 5b11cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/queries/security/cwe-1333/RegExpInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import ruby
1919
import DataFlow::PathGraph
2020
import codeql.ruby.DataFlow
21-
import codeql.ruby.regexp.RegExpInjectionQuery
21+
import codeql.ruby.security.performance.RegExpInjectionQuery
2222

2323
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
2424
where cfg.hasFlowPath(source, sink)

0 commit comments

Comments
 (0)