fix(deps): fix fast-xml-parser vulnerability#256
fix(deps): fix fast-xml-parser vulnerability#256piyushsinghgaur1 wants to merge 1 commit intomasterfrom
Conversation
cd00797 to
ed848ab
Compare
fix fast-xml-parser vulnerability GH-0
ed848ab to
2868f93
Compare
SonarQube reviewer guideSummary: Migrates Trivy vulnerability scanning from self-hosted runner with Docker container action to ubuntu-latest runner with direct binary installation, while updating AWS SDK and other dependencies. Review Focus: The trivy.yaml workflow change replaces a containerized approach with a multi-step shell-based installation. Verify that the new Trivy installation method works reliably in CI/CD and produces equivalent results. The large package-lock.json update upgrades AWS SDK v3 from 3.917 to 3.1004 (89 patch versions) and other dependencies—ensure no breaking changes in the application code that consumes these libraries. Pay special attention to runtime requirement changes (Node.js bumped from >=18.0.0 to >=20.0.0 in many packages). Start review at:
|



fix fast-xml-parser vulnerability.