We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently axios released a new version 0.21.2 that patched the security issue described here.
Currently Since the SendGrid client uses the old version of axios, it will doesn't have the patch fix. You can see the version it specifies here
The text was updated successfully, but these errors were encountered:
This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.
Sorry, something went wrong.
@eshanholtz Thanks for the quick reply! I've gone ahead and made the PR necessary to fix this issue.
It actually turns out that the necessary fix version is 0.21.4
You can see here that 0.21.4 doesn't have this vulnerability - https://www.sourceclear.com/vulnerability-database/libraries/axios/javascript/npm/lid-11324/summary
Just an update that the PR is ready and approved but just hasn't been merged in yet. In case anyone is following this thread
No branches or pull requests
Issue Summary
Recently axios released a new version 0.21.2 that patched the security issue described here.
Currently
Since the SendGrid client uses the old version of axios, it will doesn't have the patch fix. You can see the version it specifies here
The text was updated successfully, but these errors were encountered: