Grant Willcox
Grant Willcox
Closing PR due to above points, we should take the approach of making smaller PRs to solve the remaining issues mentioned here.
Rebased this to resolve merge conflicts. This should be good to review again when someone has time.
Thanks for reviewing this @adfoster-r7, much appreciated :)
After one more round of inspection I noticed 6 files that did not have the URL stretched that I seem to have missed; not sure if this was due to...
https://stackoverflow.com/questions/11885398/is-there-a-fix-for-the-could-not-find-gem-in-any-of-the-sources-error-that-d
@k0pak4 Seems like this was a GitHub cache issue that caused an issue due to missed cache hit. I reran the checks so that things should now pass.
> Thanks @gwillcox-r7 ! Normally I can rerun failed checks, but maybe I couldn't this time because it's a PR based check and not a normal branch one 🤷♂️ Appreciate...
Are you using Ruby Version manager such as RVM or rbenv? Also you shouldn't be running `sudo bundle install` but rather `bundle install`. If you run `bundle` with `sudo` or...
Thanks @k0pak4 will go through this now and review 👍
> Thanks @gwillcox-r7 . Turns out it's actually vulnerable from 5.5.6 to 5.7.5. Before 5.5.8, the ip_address parameter is named address, so I had to re-work some of the check...