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 @@ -46,7 +46,7 @@
"@walmartlabs/json-to-simple-graphql-schema": "^2.0.4",
"autoprefixer": "^10.2.6",
"autoprefixer9": "npm:autoprefixer@9.x.x",
"axios": "^0.21.1",
"axios": "^1.12.0",

Choose a reason for hiding this comment

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

🛑 [Security Vulnerability]: The current version of axios (0.21.1) is vulnerable to Denial of Service (DoS) attacks through resource exhaustion1. The upgrade to version 1.12.0 is necessary to patch this vulnerability.

Footnotes

  1. CWE-400: Uncontrolled Resource Consumption - https://cwe.mitre.org/data/definitions/400.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 (0.x to 1.x). While the security fix is important, you should review the axios changelog for breaking changes that might affect your application. Consider adding integration tests specifically for axios-dependent functionality.

"babel-plugin-json-to-proptypes": "^0.1.0",
"babel-plugin-object-styles-to-template": "^0.2.2",
"babel-standalone": "^6.26.0",
Expand Down