security: bump Remix packages to ^2.17.2 (example app, integration-tests, test app)#299
Merged
thomasrockhu-codecov merged 4 commits intomainfrom Apr 3, 2026
Merged
Conversation
Addresses critical path traversal in @remix-run/node (GHSA-9583-h5hc-x8cw) and related high-severity transitive issues (ws, undici, body-parser) by moving the example onto patched Remix 2.17.x. Made-with: Cursor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
☔ View full report in Codecov by Sentry. |
Codecov Report✅ All modified and coverable lines are covered by tests.
📢 Thoughts on this report? Let us know! |
Bundle ReportChanges will decrease total bundle size by 287.35kB (-3.56%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: @codecov/example-remix-app-client-esmAssets Changed:
view changes for bundle: @codecov/rollup-plugin-esmAssets Changed:
view changes for bundle: @codecov/example-remix-app-server-esmAssets Changed:
App Routes Affected:
view changes for bundle: @codecov/example-astro-app-server-esmAssets Changed:
view changes for bundle: @codecov/example-sveltekit-app-client-esmAssets Changed:
view changes for bundle: @codecov/example-next-app-client-array-pushAssets Changed:
view changes for bundle: @codecov/astro-plugin-esmAssets Changed:
view changes for bundle: @codecov/nextjs-webpack-plugin-esmAssets Changed:
view changes for bundle: @codecov/example-astro-5-app-server-esmAssets Changed:
view changes for bundle: @codecov/vite-plugin-esmAssets Changed:
view changes for bundle: @codecov/example-next-15-app-client-array-pushAssets Changed:
view changes for bundle: @codecov/example-sveltekit-app-server-esmAssets Changed:
view changes for bundle: @codecov/bundler-plugin-core-esmAssets Changed:
|
Resolve pnpm-lock.yaml by regenerating after merge. Made-with: Cursor
Combine changes from PR #300 and PR #301 into PR #299: align integration-tests and integration-tests/test-apps/remix with patched Remix releases (GHSA-9583-h5hc-x8cw and related advisories). Made-with: Cursor
This was referenced Apr 3, 2026
jason-ford-codecov
approved these changes
Apr 3, 2026
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.
Summary
Bumps
@remix-run/*to ^2.17.2 across:examples/remix(original scope)integration-testsdevDependencies (@remix-run/dev,@remix-run/node,@remix-run/react)integration-tests/test-apps/remixThis consolidates what was previously split across PR #299, #300, and #301.
Addresses:
ws,undici,body-parser) cleared by current Remix patch lines.Supersedes: #300, #301
Test plan