-
Notifications
You must be signed in to change notification settings - Fork 81
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
Allow rotp update to 6.3.0 to fix CVE-2024-28862 #126
Comments
There is already a PR here #118 |
@jean-francois-labbe Thank you for fixing this security issue. I noticed that the latest release (2.3.2 from April 26, 2023) still depends on Would you be able to create a new release with the |
@spickermann thanks for the message but I'm not a maintainer on this project. I can't do anything for you. Right now I updated my gemfile to reference the commit that fixes the rotp dependency.
|
@jean-francois-labbe I am sorry that I mistook you for one of the maintainers. @guilleiguaran, @bithavoc, @robertomiranda Would one of you be able to release a new version fixing this security vulnerability on Rubygems? |
Ultimately did the same thing for us as well at the moment. A little curious that they are not letting this dependency be a little less rigid by fixing this gem to a patch version in this framework |
There is a CVE reported on rotp to 6.2.1 and 6.2.2
The fix is to update rotp to >= 6.3.0
Current gemspec prevents the update
spec.add_dependency "rotp", "~> 6.2.0"
The text was updated successfully, but these errors were encountered: