DoctorMcKay / node-steamcommunity

Interact with various interfaces on Steam Community from Node.js
https://dev.doctormckay.com/forum/8-node-steamcommunity/
MIT License
482 stars 129 forks source link

Dependency on old cheerio module can(?) lead to DOS #273

Open CRD716 opened 3 years ago

CRD716 commented 3 years ago

CVE-2021-33587 cheeriojs/cheerio/issues/1924 Solution should be to just upgrade to a new version of cheerio.

DoctorMcKay commented 3 years ago

The next newest version of cheerio is a major revision, meaning that there could be breaking changes. I will have to look into this.

ianw11 commented 1 year ago

Commenting to track this issue