mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Ruby: Do not expose AST layer through ruby.qll
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* statement
|
||||
*/
|
||||
|
||||
import ruby
|
||||
import codeql.ruby.AST
|
||||
|
||||
from IfExpr i
|
||||
where not exists(i.getThen().getAChild())
|
||||
|
||||
Reference in New Issue
Block a user