-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Vulnerability] patch axios vulnerability CVE 2023 45857 #973
Comments
Given that this is an API client and that there is a warning indicating not to use this in front end apps which means there are no cookies involved, and that CSRF is a front end vuln related to cookie handling, I'm pretty sure this vulnerability does not affect this library in any meaningful way. From the readme https://github.com/twilio/twilio-node/blob/main/README.md?plain=1#L28-L29
|
while i agree this MIGHT not impact the client in any meaningful way, as of now. but
|
Upgrading to the latest version of Node 14 & 16 are both end of life releases. Removing |
Hi! We have merged #971 addressing this issue. Thanks! |
This is a great point. Hopefully the team will consider replacing Axios and using the built in fetch API. |
Oh, I agree on all points. I was merely trying to contextualize the vuln as often people will see a vuln and make quick judgements. I was trying to help anyone who doesn't fully understand the issue to understand that there isn't a security risk. However, to your point, there are other reasons to upgrade. Thankfully the fix was merged! |
Issue Summary
Current version of axios used by the library has a vulnerability. https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
I see a few PRs open for this already, but it is not being addressed.
#971
#970
Steps to Reproduce
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: