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 752b126 commit 5b11cfeCopy full SHA for 5b11cfe
ruby/ql/src/queries/security/cwe-1333/RegExpInjection.ql
@@ -18,7 +18,7 @@
18
import ruby
19
import DataFlow::PathGraph
20
import codeql.ruby.DataFlow
21
-import codeql.ruby.regexp.RegExpInjectionQuery
+import codeql.ruby.security.performance.RegExpInjectionQuery
22
23
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
24
where cfg.hasFlowPath(source, sink)
0 commit comments