We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4905a70 commit 40da7d4Copy full SHA for 40da7d4
ruby/ql/lib/codeql/ruby/frameworks/rack/internal/Mime.qll
@@ -1,7 +1,7 @@
1
private import codeql.ruby.ApiGraphs
2
private import codeql.ruby.DataFlow
3
4
-predicate mimeTypeMatches(string ext, string mimeType) {
+private predicate mimeTypeMatches(string ext, string mimeType) {
5
ext = ".123" and mimeType = "application/vnd.lotus-1-2-3"
6
or
7
ext = ".3dml" and mimeType = "text/vnd.in3d.3dml"
0 commit comments