Open colearendt opened 1 year ago
FWIW this seems to have been downgraded to moderate?
=== npm audit security report ===
┌──────────────────────────────────────────────────────────────────────────────┐
│ Manual Review │
│ Some vulnerabilities require your attention to resolve │
│ │
│ Visit https://go.npm.me/audit-guide for additional guidance │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate │ xml2js is vulnerable to prototype pollution │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ xml2js │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=0.5.0 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ strapi-provider-upload-aws-s3-plus-cdn │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ strapi-provider-upload-aws-s3-plus-cdn > aws-sdk > xml2js │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://github.com/advisories/GHSA-776f-qx25-q3cc │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 moderate severity vulnerability in 1574 scanned packages
1 vulnerability requires manual review. See the full report for details.
With a fresh install on a new project:
It looks like bumping the version of the
aws-sdk
should help.Thanks for an awesome package!