Skip to content
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

Axios dependency security vulnerability #283

Open
ricardograca-scratch opened this issue Aug 21, 2024 · 0 comments
Open

Axios dependency security vulnerability #283

ricardograca-scratch opened this issue Aug 21, 2024 · 0 comments

Comments

@ricardograca-scratch
Copy link

Summary

npm audit indicates there's a security vulnerability in the version of Axios used here: GHSA-8hc4-vh64-cxmj

Expected Behavior

No security vulnerabilities.

Current Behavior

# npm audit report

axios  1.3.2 - 1.7.3
Severity: high
Server-Side Request Forgery in axios - https://github.com/advisories/GHSA-8hc4-vh64-cxmj
fix available via `npm audit fix`
node_modules/@lob/lob-typescript-sdk/node_modules/axios

Possible Solution

Upgrade axios to version 1.7.4.

Steps to Reproduce

  1. Add @lob/lob-typescript-sdk as a dependency to your project
  2. Run npm install && npm audit

I can provide a PR if that's acceptable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant