Skip to content

Replaces PR #285: Patch Next.js Middleware Bypass Vulnerability and deploy fails fix - #286

Merged
horatiorosa merged 2 commits into
mainfrom
task/284-nextjs-vulnerability-patch-revisit
Jul 28, 2026
Merged

Replaces PR #285: Patch Next.js Middleware Bypass Vulnerability and deploy fails fix#286
horatiorosa merged 2 commits into
mainfrom
task/284-nextjs-vulnerability-patch-revisit

Conversation

@horatiorosa

@horatiorosa horatiorosa commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

PR addresses two issues:

  1. Bumped nextjs to 12.3.6 and eslint-config-next to 12.3.6 to address a middleware vulnerability.

  2. The deploy fails on GitHub actions after successful set up and dependency install. My hope is that updates to the GitHub actions and package.json:

    • pin node to 20.18.x
    • explicitly pin netlify-cli versions to 26.2.0
    • added debugging blocks to the 3 GHitHub action yaml files

all with the intention of preventing errors on deploys.

Screenshots: Screenshot 2026-07-24 at 1 46 50 PM

Tasks/Bug Numbers

… middleware vulnerability

Updates to the GitHub actions and package json
 - pin node to 20.18.x
 - explicitly pin netlify-cli versions to 26.2.0
 - debugging to all github action yamls
@horatiorosa
horatiorosa force-pushed the task/284-nextjs-vulnerability-patch-revisit branch from ba43cc3 to 50a489e Compare July 24, 2026 23:42
dhochbaum-dcp
dhochbaum-dcp previously approved these changes Jul 27, 2026
Comment thread package.json Outdated
@horatiorosa
horatiorosa merged commit cb068ba into main Jul 28, 2026
3 checks passed
@horatiorosa
horatiorosa deleted the task/284-nextjs-vulnerability-patch-revisit branch July 28, 2026 13:26
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.

Update Next, redeploy

2 participants