Conversation
9362fbc to
d98411e
Compare
|
To give a quick summary of the dependabot issue and how this fixes it, in our main repo we currently use |
ruddzw
left a comment
There was a problem hiding this comment.
Seems fine to me. Though I'm pretty sure that '>= 1.1', '<=2.0' is equivalent to the shorter '~> 1.1', so you may want to consider that.
Btw, as a full resolution to the issue, did you look at https://github.com/omniauth/omniauth/wiki/Resolving-CVE-2015-9284 ? Seems like avoiding GET requests might be important for actually avoiding any security issue. I know that can't be part of this PR, but just checking anyway.
Switched to the |
|
@jsspiegel I didn't look too far into it but it seems like both are required |
|
As discussed on Slack, the game plan for fixing this security vulnerability is going to be:
|
https://zearn.kanbanize.com/ctrl_board/51/cards/5566/details/
Bump the highest allowed
omniauth-oauth2version from<= 1.5to< 2.0to resolve a dependabot issue we're having in our main repo.