-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[CVE-2023-28120] Possible XSS Security Vulnerability in SafeBuffer#bytesplice (ActiveSupport) #6850
Comments
Thanks for the heads up! We dropped our dependency on ActiveSupport here: So I don't think this will affect us? |
Also FYI for security issues, in general the best way to report to any repo maintainer (not just dependabot) is go to the security tab, and click |
Thanks for the explanation. Given that this is a public vulnerability I did not think this was necessary but I understand why it is more appropriate to go that route
I was not aware of this change. From a quick search it seems that this is only used in tests so it should be fine https://github.com/search?q=repo%3Adependabot%2Fdependabot-core+ActiveSupport&type=code&p=2 |
Solution : Upgrade ActiveSupport to Fixed Versions: 7.0.4.3, 6.1.7.3
Source : https://discuss.rubyonrails.org/t/cve-2023-28120-possible-xss-security-vulnerability-in-safebuffer-bytesplice/82469
The text was updated successfully, but these errors were encountered: