advanced-security/qtil-ruby
0.0.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import codeql.ruby.ast.internal.Constant
Holds if the control flow node e refers to an array constructed from the array literal arr. Example: rb [1, 2, 3] C = [1, 2, 3]; C x = [1, 2, 3]; x
e
arr
rb [1, 2, 3] C = [1, 2, 3]; C x = [1, 2, 3]; x