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 XSRF Vulnerability #117

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

qquentinv
Copy link
Contributor

Fix #116

@SheldonWBM
Copy link

The latest version of Axios, currently 1.7.2, is compatible and has no issues.
By adding to package.json:

  "resolutions": {
    "axios": "^1.7.2"
  },

I have force-bumped the version of Axios. Hopefully, this component is still maintained.

@qquentinv
Copy link
Contributor Author

Thanks for this temporary solution, I hope so too.

@farahat80 farahat80 merged commit b62e6f0 into farahat80:master Jun 14, 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

Successfully merging this pull request may close these issues.

Axios Cross-Site Request Forgery Vulnerability
3 participants