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 @@ -33,7 +33,7 @@
"dependencies": {
"@tauri-apps/api": "^1.5.3",
"clsx": "^1.2.1",
"next": "^13.5.4",
"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]: This Next.js version upgrade addresses multiple critical security vulnerabilities123, including a high-severity Server-Side Request Forgery (SSRF) vulnerability. The upgrade is strongly recommended.

Footnotes

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

  2. CWE-524: Use of Cache Containing Sensitive Information - https://cwe.mitre.org/data/definitions/524.html

  3. CWE-353: Missing Support for Integrity Check - https://cwe.mitre.org/data/definitions/353.html

Choose a reason for hiding this comment

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

Note that this is a major version upgrade from Next.js 13 to 14. While this security update is important, you should review the Next.js migration guide to ensure compatibility with your existing code.

"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down