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

Vulnerability in xml2js 0.4.23 #22

Open
edmondtm opened this issue May 14, 2023 · 1 comment
Open

Vulnerability in xml2js 0.4.23 #22

edmondtm opened this issue May 14, 2023 · 1 comment

Comments

@edmondtm
Copy link

Dependencies "xml2js": "0.4.23" has security vulnerabilities.
GHSA-776f-qx25-q3cc

@TakdanaiBook
Copy link

TakdanaiBook commented Aug 31, 2023

I've managed to work around the issue by adding the following resolution field in package.json :

// package.json
{
  "name": "example",
  (...)
  "resolutions": {
    "xml2js": "^0.5.0"
  }
}

I'm using yarn and OBS methods seem to work just fine.

Important notes:

always test if it works properly before using this workaround.

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

2 participants