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
18 changes: 10 additions & 8 deletions nodejs/nodejs-guestbook/src/frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion nodejs/nodejs-guestbook/src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Google Inc.",
"license": "0BSD",
"dependencies": {
"axios": "1.6.2",
"axios": "1.7.4",
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-medium medium

While version 1.7.4 addresses the SSRF vulnerability (CVE-2024-39338), the release notes included in this PR indicate that version 1.7.8 fixes an additional potential vulnerability related to the URL API. Furthermore, versions 1.7.5 through 1.7.7 resolve several environment-specific bugs, such as Safari stream handling and navigator reference errors. It is recommended to update to the latest stable version in the 1.7.x branch (e.g., 1.7.9) to ensure all known security issues and bugs are addressed.

Suggested change
"axios": "1.7.4",
"axios": "1.7.9",

"body-parser": "1.20.2",
"express": "4.18.2",
"moment": "2.29.4",
Expand Down