fix(ui): patch React Server Components DoS vulnerability (GHSA-83fc-fqcc-2hmg) (#9917)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alejandro Bailo
2026-01-29 13:37:19 +01:00
committed by GitHub
parent 08730b4eb5
commit fee2f84b89
5 changed files with 2324 additions and 2320 deletions

View File

@@ -10,6 +10,10 @@ All notable changes to the **Prowler UI** are documented in this file.
- Launch Scan page now displays all providers without pagination limit [(#9700)](https://github.com/prowler-cloud/prowler/pull/9700)
- Upgrade Next.js from 15.5.9 to 16.1.3 with ESLint 9 flat config migration [(#9826)](https://github.com/prowler-cloud/prowler/pull/9826)
### 🔐 Security
- React from 19.2.3 to 19.2.4 and Next.js from 16.1.3 to 16.1.6, patching DoS vulnerability in React Server Components (GHSA-83fc-fqcc-2hmg) [(#9917)](https://github.com/prowler-cloud/prowler/pull/9917)
---
## [1.17.0] (Prowler v5.17.0)

View File

@@ -82,10 +82,10 @@
{
"section": "dependencies",
"name": "@next/third-parties",
"from": "15.5.9",
"to": "16.1.3",
"from": "16.1.3",
"to": "16.1.6",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "dependencies",
@@ -466,10 +466,10 @@
{
"section": "dependencies",
"name": "next",
"from": "15.5.9",
"to": "16.1.3",
"from": "16.1.3",
"to": "16.1.6",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "dependencies",
@@ -498,10 +498,10 @@
{
"section": "dependencies",
"name": "react",
"from": "19.2.2",
"to": "19.2.3",
"from": "19.2.3",
"to": "19.2.4",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "dependencies",
@@ -514,10 +514,10 @@
{
"section": "dependencies",
"name": "react-dom",
"from": "19.2.2",
"to": "19.2.3",
"from": "19.2.3",
"to": "19.2.4",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "dependencies",
@@ -683,9 +683,9 @@
"section": "devDependencies",
"name": "@next/eslint-plugin-next",
"from": "16.1.3",
"to": "16.1.3",
"to": "16.1.6",
"strategy": "installed",
"generatedAt": "2026-01-19T14:49:57.304Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "devDependencies",
@@ -810,10 +810,10 @@
{
"section": "devDependencies",
"name": "eslint-config-next",
"from": "15.5.9",
"to": "16.1.3",
"from": "16.1.3",
"to": "16.1.6",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "devDependencies",

View File

@@ -34,7 +34,7 @@
"@langchain/core": "1.1.15",
"@langchain/mcp-adapters": "1.0.3",
"@langchain/openai": "1.1.3",
"@next/third-parties": "16.1.3",
"@next/third-parties": "16.1.6",
"@radix-ui/react-alert-dialog": "1.1.14",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
@@ -82,13 +82,13 @@
"lucide-react": "0.543.0",
"marked": "15.0.12",
"nanoid": "5.1.6",
"next": "16.1.3",
"next": "16.1.6",
"next-auth": "5.0.0-beta.30",
"next-themes": "0.2.1",
"radix-ui": "1.4.2",
"react": "19.2.3",
"react": "19.2.4",
"react-day-picker": "9.13.0",
"react-dom": "19.2.3",
"react-dom": "19.2.4",
"react-hook-form": "7.62.0",
"react-markdown": "10.1.0",
"recharts": "2.15.4",
@@ -111,7 +111,7 @@
"devDependencies": {
"@eslint/eslintrc": "3.3.3",
"@iconify/react": "5.2.1",
"@next/eslint-plugin-next": "16.1.3",
"@next/eslint-plugin-next": "16.1.6",
"@playwright/test": "1.56.1",
"@types/d3": "7.4.3",
"@types/geojson": "7946.0.16",
@@ -127,7 +127,7 @@
"babel-plugin-react-compiler": "1.0.0",
"dotenv-expand": "12.0.3",
"eslint": "9.39.2",
"eslint-config-next": "16.1.3",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
@@ -153,12 +153,12 @@
"overrides": {
"@react-types/shared": "3.26.0",
"@internationalized/date": "3.10.0",
"alert>react": "19.2.3",
"alert>react-dom": "19.2.3",
"@react-aria/ssr>react": "19.2.3",
"@react-aria/ssr>react-dom": "19.2.3",
"@react-aria/visually-hidden>react": "19.2.3",
"@react-aria/interactions>react": "19.2.3"
"alert>react": "19.2.4",
"alert>react-dom": "19.2.4",
"@react-aria/ssr>react": "19.2.4",
"@react-aria/ssr>react-dom": "19.2.4",
"@react-aria/visually-hidden>react": "19.2.4",
"@react-aria/interactions>react": "19.2.4"
}
},
"version": "0.0.1"

4580
ui/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@
"forceConsistentCasingInFileNames": true,
"incremental": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"lib": [
"dom",
"dom.iterable",