Sociant / Discord-Twitch-Notifier

7 stars 0 forks source link

high risk #1

Open Savv99 opened 12 months ago

Savv99 commented 12 months ago

very high risk on attacks due to unsupported modules

SugarD-x commented 4 months ago

It looks like it is due to the twitch-api-v5 dependency no longer being supported, as the Version 5 API is not supported anymore by Twitch themselves. This project likely needs to switch to the latest API with code changes and a new dependency to continue operating, (as well as resolve the obvious security concerns).

I would also recommend that the Discord.js dependency be updated if this is done, (which will likely require some minor code changes and the addition of gateway intents). It is about 2 major versions behind.