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 apis/kiwi-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"kiwi-server": "^1.3.11",
"kiwi-server": "^1.6.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Security fix incomplete due to stale lockfile

The package.json was updated to require kiwi-server@^1.6.1 but the package-lock.json still pins kiwi-server to version 1.3.11. In CI/CD environments using npm ci (which respects the lockfile), the vulnerable version 1.3.11 will still be installed, meaning the ReDoS vulnerability remains unpatched. The lockfile needs to be regenerated to complete this security fix.

Fix in Cursor Fix in Web

"pg": "^8.0.2",
"typeorm": "^0.2.24"
},
Expand Down