-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
xml2js is vulnerable to prototype pollution(short issue description) #4387
Labels
Comments
Harisene
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Apr 10, 2023
I was also facing same issue but I have added a overrides within the package.json as below
And did a npm update and it resolved the Issue. |
this issue was fixed, but not publish in the NPM. |
tabdunabi
added a commit
to aws-solutions/discovering-hot-topics-using-machine-learning
that referenced
this issue
Apr 17, 2023
### Fixed - Update AWS-SDK V2 that addresses the security issue identified in xml2js (aws/aws-sdk-js#4387) - Updated the bucket policy on the logging bucket to grant access to the logging service principal (logging.s3.amazonaws.com) for access log delivery.
tabdunabi
added a commit
to aws-solutions/discovering-hot-topics-using-machine-learning
that referenced
this issue
Apr 18, 2023
### Fixed - Update AWS-SDK V2 that addresses the security issue identified in xml2js (aws/aws-sdk-js#4387) - Updated the bucket policy on the logging bucket to grant access to the logging service principal (logging.s3.amazonaws.com) for access log delivery.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When I run npm i or npm ci I get the error and the installation process fails.
Expected Behavior
npm ci should run successfully.
Current Behavior
Getting bellow error,
This is what I got from running npm audit
Reproduction Steps
running npm i or npm ci
Possible Solution
No response
Additional Information/Context
No response
SDK version used
2.1353.0
Environment details (OS name and version, etc.)
macOS Monterey 12.6.1
The text was updated successfully, but these errors were encountered: