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 c531b94 commit 21b4f88Copy full SHA for 21b4f88
ruby/ql/lib/codeql/ruby/frameworks/rack/internal/Mime.qll
@@ -1295,6 +1295,7 @@ private predicate mimeTypeMatches(string ext, string mimeType) {
1295
* Provides modeling for the `Mime` component of the `Rack` library.
1296
*/
1297
module Mime {
1298
+ /** A call to `Rack::Mime.mime_type`. This method maps file extensions to MIME types. */
1299
class MimetypeCall extends DataFlow::CallNode {
1300
MimetypeCall() {
1301
this = API::getTopLevelMember("Rack").getMember("Mime").getAMethodCall("mime_type")
0 commit comments