TimothyGu / knuth-shuffle-seeded

The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js
https://timothygu.github.io/knuth-shuffle-seeded/
Apache License 2.0
9 stars 1 forks source link

remove index.html from npm package #4

Open charlierudolph opened 3 years ago

charlierudolph commented 3 years ago

Hello,

So we are using this npm package in cucumber-js and recently got a security warning related to version of jquery being used index.html.

https://github.com/cucumber/cucumber-js/issues/1498

If you expand vulnerable libraries and jquery-2.1.3.min.js you should see the reference.

I'd suggest not even including the index.html in the published package as that is just for demo purposes. Conversely if you just update the jQuery version that would also resolve the issue - but still allows a similar issue to come up in the future.

Note, also seeing this related to bootstrap as well: https://github.com/cucumber/cucumber-js/issues/1497