Hacker News new | ask | show | jobs
by forgingahead 2493 days ago
This is bad. Also from the Github comments, here's a useful snippet to quickly search your projects to see if any of your projects are impacted[0]:

  cd ~/code # Where all my projects live
  grep --include='Gemfile.lock' -r . -e 'rest-client \(1\.6\.1[0123]\)'
https://github.com/rest-client/rest-client/issues/713#issuec...