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

Ignore vulnerability for a week #6113

Merged
merged 3 commits into from
Jul 5, 2018
Merged

Conversation

lowellrex
Copy link
Contributor

@lowellrex lowellrex commented Jul 5, 2018

CI builds are currently failing due to a vulnerability in a third-party package we use. This PR ignores this vulnerability for a week. After a week bundle-audit will fail again and we will be reminded to look to see if a patch for the gem has been released.

image

Link to issue on the Thor gem's github: rails/thor#514

I don't think it makes sense to try to get rid of our dependency on this gem since so many gems we rely on use it:

  • bourbon
  • bundler-audit
  • foreman
  • jquery-rails
  • neat
  • railties
  • shoryuken

@lowellrex lowellrex self-assigned this Jul 5, 2018
@ghost ghost added the In-Progress label Jul 5, 2018
Copy link
Contributor

@mdbenjam mdbenjam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🌲

@lowellrex lowellrex added the Ready-to-Merge This PR is ready to be merged and will be picked up by va-bot to automatically merge to master label Jul 5, 2018
@@ -11,8 +11,12 @@ task :security_caseflow do
puts "running bundle-audit to check for insecure dependencies..."
exit!(1) unless ShellCommand.run("bundle-audit update")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could fold this into the next command by using the bundle-audit check --update flag

@lowellrex lowellrex removed the Ready-to-Merge This PR is ready to be merged and will be picked up by va-bot to automatically merge to master label Jul 5, 2018
@lowellrex lowellrex merged commit 3c8ffb4 into master Jul 5, 2018
@ghost ghost removed the In-Progress label Jul 5, 2018
@lowellrex lowellrex deleted the lowell/ignore_thor_vulnerability branch July 5, 2018 18:31
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.

None yet

3 participants