Skip to content
Open
Show file tree
Hide file tree
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
99 changes: 37 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@types/mustache": "^4.2.5",
"async-retry": "^1.3.3",
"avsc": "^5.7.7",
"hono": "^4.6.10",
"hono": "^4.9.7",
Copy link
Contributor

Choose a reason for hiding this comment

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

🔴 Security

Issue: The hono dependency was added but the vulnerable @hono/node-server is not updated to a patched version. This leaves the application exposed to DoS and path traversal vulnerabilities.

Fix: Update @hono/node-server to version 1.11.0 or later to address CVE-2024-32652 and CVE-2024-23340.

Impact: Resolves high-severity DoS and moderate-severity path traversal vulnerabilities

Suggested change
"hono": "^4.9.7",

"jose": "^6.0.11",
"patch-package": "^8.0.0",
"patch-package": "^8.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

🔴 Security

Issue: The rollup dependency was not updated to address the DOM Clobbering vulnerability (CVE-2024-47068) which can lead to XSS.

Fix: Update rollup to version 4.22.4 or later.

Impact: Prevents potential XSS attacks through DOM Clobbering in bundled scripts

Suggested change
"patch-package": "^8.0.1",

"ws": "^8.18.0",
"zod": "^3.22.4"
},
Expand Down