【发布时间】:2019-11-04 20:10:09
【问题描述】:
我正在使用 gem omniauth,当我将代码推送到 Github 时,由于 gem,它向我显示了一个安全警告。
CVE-2015-9284
high severity
Vulnerable versions: <= 1.9.0
Patched version: No fix
The request phase of the OmniAuth Ruby gem is vulnerable to Cross-Site Request Forgery when used as part of the Ruby on Rails framework, allowing accounts to be connected without user intent, user interaction, or feedback to the user. This permits a secondary account to be able to sign into the web application as the primary account.
但是,我似乎使用的是latest version
有什么可能的解决方法,还是我现在应该跳过这个?
【问题讨论】:
-
请不要包含明文截图。将文本复制并粘贴到您的帖子中,以使您的帖子可搜索并且对可能无法加载图片的用户可见。
标签: ruby-on-rails ruby github