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

[SECURITY] Axios Cross-Site Request Forgery Vulnerability #65

Open
marvingreeven opened this issue Jul 10, 2024 · 0 comments · May be fixed by #66
Open

[SECURITY] Axios Cross-Site Request Forgery Vulnerability #65

marvingreeven opened this issue Jul 10, 2024 · 0 comments · May be fixed by #66

Comments

@marvingreeven
Copy link

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

"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
    },
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 a pull request may close this issue.

1 participant