mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Ruby: Do not expose AST layer through ruby.qll
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import ruby
|
||||
import codeql.ruby.AST
|
||||
|
||||
query predicate modules(ModuleDeclaration m, string pClass, string name) {
|
||||
pClass = m.getAPrimaryQlClass() and name = m.getName()
|
||||
|
||||
Reference in New Issue
Block a user