Update grape to 1.1.0 to address a XSS vulnerability
See https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md#110-842018. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/51299. Signed-off-by: Rémy Coutable <remy@rymai.me>
Showing
... | @@ -89,7 +89,7 @@ gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false | ... | @@ -89,7 +89,7 @@ gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false |
gem 'github-linguist', '~> 5.3.3', require: 'linguist' | gem 'github-linguist', '~> 5.3.3', require: 'linguist' | ||
# API | # API | ||
gem 'grape', '~> 1.0' | gem 'grape', '~> 1.1' | ||
gem 'grape-entity', '~> 0.7.1' | gem 'grape-entity', '~> 0.7.1' | ||
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | ||
... | ... |
Please register or sign in to comment