mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +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 singletonClasses(SingletonClass sc, string pClass, Expr value) {
|
||||
pClass = sc.getAPrimaryQlClass() and value = sc.getValue()
|
||||
|
||||
Reference in New Issue
Block a user