sockjs/sockjs-node

please fix security vulnerabilities

daniel-seitz opened this issue · 3 comments

The following files still contain jQuery@1.7.1

  • examples\echo\index.html
  • examples\express-3.x\index.html
  • examples\hapi\html\index.html
  • examples\multiplex\index.html

Since this contains a XSS vulnerability, please change to a newer version. See https://snyk.io/vuln/npm:jquery

Although these are just examples, it would be better to have it fixed.

Thank you,
Daniel

Oh just found out that this is a dup of #257
The example were added to .npmignore by a previous commit but the build failed. I created a corresponding pr before finding this info #262, build is still failing.

Please fix and publish, thank you.

I will merge your PR, but there is no need to publish a new package version which doesn't have any functional code changes.

I agree as long as there will be a new version on the horizon. Also good spot about jsdelivr!
Thank you @brycekahle