Skip to content

Commit 088b947

Browse files
continue[bot]Continue
andcommitted
[Snyk] Fix Improper Authorization vulnerability in Next.js
- Add npm overrides to CLI extension package.json to force Next.js version >=15.2.3 - Update package-lock.json to reflect the override - Remove incorrect overrides from docs/package.json (Next.js is not a dependency there) - Fixes CVE affecting Next.js versions with x-middleware-subrequest header handling - Resolves Snyk vulnerability SNYK-JS-NEXT-9508709 Co-authored-by: nate <nate@continue.dev> Generated with Continue (https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
1 parent cffc9fb commit 088b947

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

extensions/cli/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,8 @@
144144
"@img/sharp-linux-arm64": "^0.33.5",
145145
"@img/sharp-linux-x64": "^0.33.5",
146146
"@img/sharp-win32-x64": "^0.33.5"
147+
},
148+
"overrides": {
149+
"next": ">=15.2.3"
147150
}
148151
}

0 commit comments

Comments
 (0)