mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
private import ruby
|
|
private import codeql.ruby.frameworks.Archive
|
|
|
|
query predicate rubyZipFileOpens(RubyZip::RubyZipFileOpen f) { any() }
|
|
|
|
query predicate rubyZipFileNew(RubyZip::RubyZipFileNew f) { any() }
|