-
Notifications
You must be signed in to change notification settings - Fork 520
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
chore: Update axios to 1.6 to pull in fix for CVE 2023 45857 #971
chore: Update axios to 1.6 to pull in fix for CVE 2023 45857 #971
Conversation
any progress on this? i see another PR opened a week ago addressing this vulnerability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated so the vulnerability is fixed.
@kitu-apietila |
TypeScript's automatic type resolution for the promise returned by the function in getExponentialBackoffResponseHandler determines that it returns a Promise<unknown>. This commit forces TypeScript to recognize that the resolved object is of type Promise<AxiosResponse>.
64ce476
to
dbb08b0
Compare
According to Github: Review required I've gone ahead and rebased. |
i thought deepakverdethos had write access to approve 🤣 |
We want this fix so bad, I thought I would give it a try by approving it. Well it didn't work 🤣 |
Hi! We are working on fixing this pipeline. Should be able to merge it by today. Thanks! |
* chore: Removed LTS version (#978) * chore: removed LTS version * chore: removing lts from cloudscan * chore: completely removed LTS * chore: Update axios to 1.6 to pull in fix for CVE 2023 45857 (#971) * Update axios to 1.6.0 Fixes CVE-2023-45857 * Explicit type return on Promise TypeScript's automatic type resolution for the promise returned by the function in getExponentialBackoffResponseHandler determines that it returns a Promise<unknown>. This commit forces TypeScript to recognize that the resolved object is of type Promise<AxiosResponse>. --------- Co-authored-by: Shubham <[email protected]> * chore: twilio help changes (#958) Co-authored-by: Shubham <[email protected]> * chore: Removing Test Related To Deprecated Endpoint - OAuth (#963) * removing test in relation to deprecated endpoint * removingn more oauth refrences --------- Co-authored-by: sbansla <[email protected]> --------- Co-authored-by: Andrew Pietila <[email protected]> Co-authored-by: kridai <[email protected]> Co-authored-by: KobeBrooks <[email protected]> Co-authored-by: sbansla <[email protected]>
I see the fix has been merged in. Any ETA on a new version published to NPM? |
The new changes will be published this Thursday |
* chore: Removed LTS version (#978) * chore: removed LTS version * chore: removing lts from cloudscan * chore: completely removed LTS * chore: Update axios to 1.6 to pull in fix for CVE 2023 45857 (#971) * Update axios to 1.6.0 Fixes CVE-2023-45857 * Explicit type return on Promise TypeScript's automatic type resolution for the promise returned by the function in getExponentialBackoffResponseHandler determines that it returns a Promise<unknown>. This commit forces TypeScript to recognize that the resolved object is of type Promise<AxiosResponse>. --------- Co-authored-by: Shubham <[email protected]> * chore: twilio help changes (#958) Co-authored-by: Shubham <[email protected]> * chore: Removing Test Related To Deprecated Endpoint - OAuth (#963) * removing test in relation to deprecated endpoint * removingn more oauth refrences --------- Co-authored-by: sbansla <[email protected]> --------- Co-authored-by: Andrew Pietila <[email protected]> Co-authored-by: kridai <[email protected]> Co-authored-by: KobeBrooks <[email protected]> Co-authored-by: sbansla <[email protected]>
Fixes
Checklist
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.