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
Dependency axios got Cross-Site Request Forgery Vulnerability Need to update to >=1.6.0
Currently peer axios is pinned to">=0.17.1 <1.2.0" from [email protected]
npm audit --omit=dev
"axios": { "name": "axios", "severity": "moderate", "isDirect": false, "via": [ { "source": 1097680, "name": "axios", "dependency": "axios", "title": "Axios Cross-Site Request Forgery Vulnerability", "url": "https://github.com/advisories/GHSA-wf5p-g6vw-rhxx", "severity": "moderate", "cwe": [ "CWE-3[52](https://code.siemens.com/theone/comos/common-components/object-properties/actions-administration/-/jobs/197133255#L52)" ], "cvss": { "score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" }, "range": ">=1.0.0 <1.6.0" } ], "effects": [], "range": "1.0.0 - 1.5.1", "nodes": [ "node_modules/@elsa-workflows/elsa-workflows-studio/node_modules/axios" ], "fixAvailable": true },
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Dependency axios got Cross-Site Request Forgery Vulnerability
Need to update to >=1.6.0
Currently peer axios is pinned to">=0.17.1 <1.2.0" from [email protected]
Logs
npm audit --omit=dev
The text was updated successfully, but these errors were encountered: