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

Upgrade xml2js Dependency due to vulnerability #304

Closed
Kadajett opened this issue Apr 14, 2023 · 1 comment
Closed

Upgrade xml2js Dependency due to vulnerability #304

Kadajett opened this issue Apr 14, 2023 · 1 comment

Comments

@Kadajett
Copy link

Can we upgrade the package aws-sdk, which depends on xml2js, which has a vulnerability?

The aws-sdk update has been pushed here aws/aws-sdk-js#4389

@andrejstas
Copy link

Since the version of aws-sdk in fastify-secrets-aws repo is defined with caret (^), the latest version (2.1363.0) of aws-sdk is automatically used when running npm i.

This version of aws-sdk depends on the fixed version of xml2js - 5.0.0.

"dependencies": {
    "aws-sdk": "^2.799.0",
    "fastify-secrets-core": "^2.0.0"
  }

@simoneb simoneb closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2023
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

4 participants