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

Seeing a security vulnerability with the axios version used by this library. #210

Closed
quldude opened this issue Aug 12, 2024 · 1 comment
Closed

Comments

@quldude
Copy link

quldude commented Aug 12, 2024

Versions I'm using in my package json:

"@reportportal/client-javascript": "^5.1.4"
"axios": "^1.7.3",

Getting this error when running npm install; npm audit:

# npm audit report

axios  >=1.3.2
Severity: high
Server-Side Request Forgery in axios - https://github.com/advisories/GHSA-8hc4-vh64-cxmj
fix available via `npm audit fix --force`
Will install axios@1.3.1, which is a breaking change
node_modules/axios
  @reportportal/client-javascript  >=5.1.0
  Depends on vulnerable versions of axios
  node_modules/@reportportal/client-javascript
    @reportportal/agent-js-playwright  >=5.1.7
    Depends on vulnerable versions of @reportportal/client-javascript
    node_modules/@reportportal/agent-js-playwright

3 high severity vulnerabilities
@quldude
Copy link
Author

quldude commented Aug 12, 2024

This is an axios issue: axios/axios#6463

@quldude quldude closed this as completed Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant