Skip to content

security: clear all runtime + build-chain dependency advisories#27

Merged
Blb3D merged 2 commits into
mainfrom
security/runtime-deps-axios-react-router
Jun 17, 2026
Merged

security: clear all runtime + build-chain dependency advisories#27
Blb3D merged 2 commits into
mainfrom
security/runtime-deps-axios-react-router

Conversation

@Blb3D

@Blb3D Blb3D commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Why

Dependabot flagged two clusters of dependency advisories in this repo's npm projects. This PR clears all runtime-scope advisories and the build-chain advisories, via in-range, non-breaking lockfile updates.

What (lockfile-only — within existing semver ranges, no breaking bumps)

Runtime deps (these ship in the app):

Project Package To
root react-router-dom 7.18.0
frontend axios 1.18.0
frontend react-router-dom 6.30.4
frontend @remix-run/router (transitive) 1.23.3
frontend lodash (runtime; prototype pollution) 4.18.1

Build chain (frontend dev tooling):

Package To Advisory class
webpack 5.107.2 buildHttp SSRF
terser-webpack-plugin 5.6.1
serialize-javascript patched RCE / DoS
picomatch 4.0.4 ReDoS

package.json is unchanged — existing carets already permit all of these.

Verification

  • root npm audit --omit=dev0 vulnerabilities
  • frontend npm audit --omit=dev0 vulnerabilities

Known follow-up (NOT in this PR — requires a breaking major)

The only remaining frontend advisories are esbuild (dev-only: the benign Deno-path RCE [GHSA-gv7w-rqvm-qjhr] + a low-severity Windows dev-server file read [GHSA-g7r4-m6w7-qqqr]). Their fix (esbuild 0.28.1) is outside Vite 7's esbuild: ^0.27.0 range, so it needs the breaking Vite 7→8 upgrade. Deferred to that migration; dev-only so not urgent.

🤖 Generated with Claude Code

Updates within existing semver ranges (lockfile-only, no package.json
changes, no breaking major bumps):

  root:     react-router-dom 7.12.0 -> 7.18.0
  frontend: axios            1.12.2 -> 1.18.0
            react-router-dom 6.30.1 -> 6.30.4
            @remix-run/router 1.23.0 -> 1.23.3 (transitive)

Clears the runtime-scope axios (DoS / data-leak class) and
react-router advisories flagged by Dependabot. Verified: root
`npm audit --omit=dev` = 0 vulnerabilities; frontend axios /
react-router / @remix-run/router advisories resolved.

Remaining frontend audit findings (webpack / terser-webpack-plugin /
serialize-javascript build-time SSRF) are a separate build-tooling
cluster -- follow-up, not in this PR.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • frontend/package-lock.json is excluded by !**/package-lock.json
  • package-lock.json is excluded by !**/package-lock.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 87cf2896-4427-4717-88ac-c9a95fed828d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch security/runtime-deps-axios-react-router

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Within-range, non-breaking updates (lockfile-only) via `npm audit fix`:

  lodash               -> 4.18.1  (runtime; prototype pollution)
  webpack              -> 5.107.2 (buildHttp SSRF)
  terser-webpack-plugin-> 5.6.1
  serialize-javascript -> (patched; RCE / DoS)
  picomatch            -> 4.0.4   (ReDoS)

Result: frontend `npm audit --omit=dev` = 0 vulnerabilities.

esbuild (dev-only: benign Deno-path RCE + low-sev dev-server file read)
intentionally NOT bumped here -- its fix (0.28.1) is outside Vite 7's
`esbuild: ^0.27.0` range and requires the breaking Vite 7->8 major.
Deferred to that migration.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Blb3D Blb3D changed the title security: bump axios + react-router to clear runtime advisories security: clear all runtime + build-chain dependency advisories Jun 17, 2026
@Blb3D Blb3D merged commit e5cc1f2 into main Jun 17, 2026
2 of 4 checks passed
@Blb3D Blb3D deleted the security/runtime-deps-axios-react-router branch June 17, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant