[Cycode] Fix for vulnerable manifest file dependency - react-router-dom updated to version 6.30.4 - #116
Open
cycode-security[bot] wants to merge 1 commit into
Conversation
…om updated to version 6.30.4
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 843a4c7. Configure here.
| "react-hook-form": "^7.46.1", | ||
| "react-jwt": "^1.2.0", | ||
| "react-router-dom": "^6.30.1", | ||
| "react-router-dom": "^6.30.4", |
There was a problem hiding this comment.
Lockfile not updated with dependency
High Severity
The package-lock.json in ui/app is out of sync with the react-router-dom version bump in package.json. This can cause npm ci to fail or install the older 6.30.1 version, leaving the intended vulnerability fix unapplied.
Reviewed by Cursor Bugbot for commit 843a4c7. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Cycode Vulnerable Dependencies Update
This pull request updates the following manifest file:
ui/app/package.json📂 ui/app/package.json
1 package will be updated to resolve vulnerabilities:
react-router-domWarning
Lock file generation failed for one or more manifest files in this pull request. Please regenerate the lock file manually before merging.
Note
Low Risk
Patch-level dependency bump with no source changes; main follow-up is ensuring the lockfile is updated before merge.
Overview
Bumps
react-router-dominui/app/package.jsonfrom ^6.30.1 to ^6.30.4 to address a Cycode-reported vulnerable dependency. There are no application or routing code changes—only the declared version range.The PR notes that lockfile generation failed, so whoever merges should regenerate the lockfile (e.g.
npm install/pnpm installinui/app) before merge so installs actually resolve to 6.30.4.Reviewed by Cursor Bugbot for commit 843a4c7. Configure here.