opsgenie / opsgenie-nodejs-sdk

OpsGenie Node.js SDK
https://www.opsgenie.com/docs/api-and-client-libraries/opsgenie-nodejs-api
Apache License 2.0
25 stars 19 forks source link

`request` library vulnerability #60

Open aaleksandrov opened 1 year ago

aaleksandrov commented 1 year ago

Hi. there is a vulnerability in request package which is a peer dependency for requestretry . request is officially deprecated and has vulnerabilities https://www.npmjs.com/package/request Unfortunately the maintainers of requestretry most likely won't fix the issue (issue https://github.com/FGRibreau/node-request-retry/issues/149 )

Do you have plans to replace requestretry with another library or to fix the vulnerability in any other way?