-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Vulnerability on vue-server-renderer #10930
Comments
It seems this doesn't affect us since the advisory states:
... and vue-server-renderer runs in a Node.js environment. I may be missing something, and of course this dependency should be updated - but there doesn'T seem to be any immediate risk for users of this package. |
There may be no immediate risk, however having GitHub, Snyk and NPM mention this vulnerability (which doesn't play nice with InfoSec folks who I work for) is kinda annoying. I mentioned to others that I didn't think it was going to affect the website I'm working on but I'll rather not have NPM+Snyk+GH being noisy you know. |
Of course, I understand that. It was just important to me that readers are aware of the low risk level. |
Duplicate of #10914 |
@posva How is the issue a duplicate of the PR? |
Version
2.6.10
Reproduction link
https://github.com/meditatingdragon/starter-gridsome-vuetify
Steps to reproduce
Have
gridsome
as a dependency (or whatever depends onvue-server-renderer
) and observe GitHub and Snyk.What is expected?
No vulnerabilities
What is actually happening?
XSS vulnerability caused by an outdated version of
serialize-javascript
(i.e. older thanv2.1.1
).I tried highlighting this issue in the discord server but it didn't seem that people cared.
https://npmjs.com/advisories/1426
The text was updated successfully, but these errors were encountered: