fix(deps): update the vulnerable version of underscore#240
fix(deps): update the vulnerable version of underscore#240yeshamavani merged 1 commit intomasterfrom
Conversation
rate-limit-mongo depends on vulnerable version of underscrore GH-00
SonarQube reviewer guideSummary: Updates package dependencies to latest versions, including major updates to @actions/core (1.x to 3.x), @loopback packages, babel dependencies, and various Node.js ecosystem packages. Also fixes code formatting in the rate-limit metadata provider. Review Focus: The @actions/core upgrade from v1 to v3 and @semantic-release/npm dependency on @actions/core are the most significant changes to examine for potential breaking changes. Additionally, verify that loopback-datasource-juggler (5.x to 6.x) and loopback-connector (6.x to 7.x) upgrades don't break existing functionality. The undici version bump warrants attention as it's critical for HTTP operations. Start review at:
|
|
🎉 This PR is included in version 8.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |



rate-limit-mongo depends on vulnerable version of underscrore
GH-00
Description
update the vulnerable version of underscore
rate-limit-mongo depends on vulnerable version of underscrore
underscore <=1.13.7 Severity: high Underscore has unlimited recursion in _.flatten and _.isEqual, potential for DoS attack - https://github.com/advisories/GHSA-qpx9-hpmf-5gmw fix available vianpm audit fixnode_modules/underscore rate-limit-mongo * Depends on vulnerable versions of underscore node_modules/rate-limit-mongo loopback4-ratelimiter >=2.3.0 Depends on vulnerable versions of rate-limit-mongo node_modules/loopback4-ratelimiterFixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist: