mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Ruby: rack - use Mimetype rather than MimeType in predicate names for consistency with concepts
This commit is contained in:
@@ -13,7 +13,7 @@ query predicate rackResponseContentTypes(
|
||||
}
|
||||
|
||||
query predicate mimetypeCalls(Rack::Mime::MimetypeCall c, string mimetype) {
|
||||
mimetype = c.getMimeType()
|
||||
mimetype = c.getMimetype()
|
||||
}
|
||||
|
||||
query predicate redirectResponses(Rack::Response::RedirectResponse resp, DataFlow::Node location) {
|
||||
|
||||
Reference in New Issue
Block a user