Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"jsonschema-protobuf": "^1.0.2",
"lodash": "^4.17.21",
"markdown": "^0.5.0",
"next": "10.2.3",
"next": "14.2.32",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 [Security Vulnerability]: The current version of Next.js (10.2.3) is vulnerable to Server-Side Request Forgery (SSRF) attacks1. This is a critical security issue that could allow attackers to make unauthorized requests from your server.

Footnotes

  1. CWE-918: Server-Side Request Forgery (SSRF) - https://cwe.mitre.org/data/definitions/918.html

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This is a major version upgrade (10.x to 14.x) which may include breaking changes. While the security fixes are critical, you should thoroughly test your application after this upgrade, particularly focusing on routing, API routes, and data fetching patterns.

"nprogress": "^0.2.0",
"postcss": "^8.3.5",
"postcss-js": "^3.0.3",
Expand Down