Closed jean-francois-labbe closed 7 months ago
There is already a PR here https://github.com/heapsource/active_model_otp/pull/118
@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.
# fix CVE-2024-28862, waiting for a new release
gem "active_model_otp", github: "heapsource/active_model_otp", ref: "3a4db76f59aaecd133654be4ae43184d2d67bb2b"
@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?
@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.
# fix CVE-2024-28862, waiting for a new release gem "active_model_otp", github: "heapsource/active_model_otp", ref: "3a4db76f59aaecd133654be4ae43184d2d67bb2b"
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"