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 66946eb commit 5849b2cCopy full SHA for 5849b2c
ruby/ql/src/queries/security/cwe-022/PathInjection.ql
@@ -15,9 +15,8 @@
15
* external/cwe/cwe-099
16
*/
17
18
-import codeql.ruby.AST
+import ruby
19
import codeql.ruby.security.PathInjectionQuery
20
-import codeql.ruby.DataFlow
21
import DataFlow::PathGraph
22
23
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
0 commit comments