MichaelPachec0 / nodejs-project-night

Project night for May 27 2022
MIT License
5 stars 12 forks source link

Update node-fetch #59

Closed MichaelPachec0 closed 1 year ago

MichaelPachec0 commented 2 years ago

According to https://github.com/node-fetch/node-fetch/pull/1611 earlier versions of node fetch are vulnerable to DOS when the the user can manipulate the url referrer. While the user of this app wont be able to do this, it does not make sense to keep a vulnerable version when none of the changes affect usability.

Tasks to be done: