jeffbski / wait-on

wait-on is a cross-platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
MIT License
1.85k stars 79 forks source link

Server-Side Request Forgery in axios (CVE-2024-39338) - update to axios 1.7.4 needed #159

Closed MikeMcC399 closed 4 weeks ago

MikeMcC399 commented 1 month ago

Server-Side Request Forgery in axios reports a High Severity vulnerability in the npm package axios >= 1.3.2, <= 1.7.3

image

wait-on is currently configured with https://github.com/jeffbski/wait-on/blob/a10322fc3420a31dd93e8dc57fb0fb34fc9ad645/package.json#L40-L41

To avoid use of vulnerable versions of axios, I suggest that wait-on update to axios@^1.7.4.

Workaround

For npm environments:

npm audit fix
markrzen commented 4 weeks ago

@jeffbski Any chance you would be interested in adding a contributor to this project to help keep it updated?

MikeMcC399 commented 4 weeks ago

Related to this issue and addressed to @jeffbski

MikeMcC399 commented 4 weeks ago