mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
ruby: make a predicate private
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
private import codeql.ruby.ApiGraphs
|
||||
private import codeql.ruby.DataFlow
|
||||
|
||||
predicate mimeTypeMatches(string ext, string mimeType) {
|
||||
private predicate mimeTypeMatches(string ext, string mimeType) {
|
||||
ext = ".123" and mimeType = "application/vnd.lotus-1-2-3"
|
||||
or
|
||||
ext = ".3dml" and mimeType = "text/vnd.in3d.3dml"
|
||||
|
||||
Reference in New Issue
Block a user