Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed hakiri error by updating rack gem #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

katafira
Copy link
Collaborator

@katafira katafira commented Sep 1, 2016

Purpose

Version 1.5.2 of the rack gem has a vulnerability that could allow a DDos attack. Solution: editing the gemfile by removing: gem 'rack', '1.5.2 ' and leaving just: gem 'rack'; bundle update rack afterwords and it's done. Version 1.5.5 is installed with the "bundle update rack" command.
@sergio-ocon @sebjimenez @agarciavera @alexvkcr
This is ready to merge.

@alexvkcr
Copy link
Collaborator

alexvkcr commented Sep 1, 2016

LGTM @sergio-ocon

@katafira katafira mentioned this pull request Sep 1, 2016
@chargio
Copy link
Member

chargio commented Sep 1, 2016

rack was not updated because it broke openshift compatibility.

Have you tried this works in production?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants