chore: Override fast-xml-parser for security concern#35435
Conversation
WalkthroughThe recent update introduces a critical enhancement to the project's dependency management by adding an "overrides" field in the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (1)
deploy/docker/fs/opt/appsmith/utils/package-lock.jsonis excluded by!**/package-lock.json
Files selected for processing (1)
- deploy/docker/fs/opt/appsmith/utils/package.json (1 hunks)
Additional comments not posted (1)
deploy/docker/fs/opt/appsmith/utils/package.json (1)
30-32: Good practice! Consider adding a comment or documentation.The addition of the "overrides" field to enforce the use of
fast-xml-parserversion4.4.1is a good practice to address security concerns or compatibility issues.To maintain clarity for future maintainers, consider adding a comment in the
package.jsonor updating the project documentation to explain the reason for this override.
Description
Fixes https://github.com/appsmithorg/appsmith/security/dependabot/312
Summary by CodeRabbit
fast-xml-parserpackage, enhancing stability and compatibility.