https://www.npmjs.com/advisories/1548
npm audit
0 vulnerabilities
=== npm audit security report ===
Manual Review
Some vulnerabilities require your attention to resolve
Visit https://go.npm.me/audit-guide for additional guidance
High Remote Code Execution
Package serialize-javascript
Patched in >=3.1.0
Dependency of nuxt
Path nuxt > @nuxt/core > @nuxt/server > @nuxt/vue-renderer >
vue-server-renderer > serialize-javascript
More info https://npmjs.com/advisories/1548
High Remote Code Execution
Package serialize-javascript
Patched in >=3.1.0
Dependency of nuxt
Path nuxt > @nuxt/core > @nuxt/vue-renderer > vue-server-renderer
> serialize-javascript
More info https://npmjs.com/advisories/1548
found 2 high severity vulnerabilities in 1788 scanned packages
I'm sure something is in the works for a fix already, any date on that?
Hey @ImSeaWorld. Just FYI there is dependency but we use devalue to serialize state. It is just an unused dependency of vue-server-renderer
Thanks for your contribution to Nuxt.js!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you would like this issue to remain open:
Issues that are labeled as pending will not be automatically marked as stale.
I think this can now be closed as the lowest version of serialize-javascript depended upon in the Nuxt dependency tree is 3.1.0.
https://github.com/nuxt/nuxt.js/blob/v2.14.5/yarn.lock#L11708
Most helpful comment
Hey @ImSeaWorld. Just FYI there is dependency but we use devalue to serialize state. It is just an unused dependency of
vue-server-renderer