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 @@ -28,7 +28,7 @@
"eslint": "^7.27.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"netlify-cli": "^3.31.16",
"netlify-cli": "^23.5.1",

Choose a reason for hiding this comment

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

🛑 [Security Vulnerability]: This update is critical as it addresses a symlink attack vulnerability in the tmp package used by netlify-cli1. The vulnerability has a high severity score of 130/1000.

Footnotes

  1. CWE-59: Improper Link Resolution Before File Access ('Link Following') - https://cwe.mitre.org/data/definitions/59.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 jump (3.x to 23.x). While the security fix is important, you should review the netlify-cli changelog for breaking changes that might affect your deployment workflow.

"prettier": "^2.3.0",
"typescript": "^4.3.2"
},
Expand Down