fix: bump AWS SDK dependencies to fix CVE-2026-26278#33
fix: bump AWS SDK dependencies to fix CVE-2026-26278#33
Conversation
Greptile SummaryThis PR addresses CVE-2026-26278 by bumping Key findings:
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: ed7169e |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
||
| | SDK version | Node.js version | | ||
| |-------------|-----------------| | ||
| | >= v5 | >= 20 | |
There was a problem hiding this comment.
Lets also add >=v4 supports Node.js >=14. We should make it clear that v5 is LTS and future updates will be released for v5
There was a problem hiding this comment.
was unsure if it was exact 14 .. thats why I did not add ..
will add it now!
Clarify Node.js version requirements for SDK v5.
| | SDK version | Node.js version | | ||
| |-------------|-----------------| | ||
| | >= v5 | >= 20 | | ||
| | < v5 | >= 14 | |
There was a problem hiding this comment.
can we say <=v4 instead of < v5?
Summary
@aws-sdk/credential-providersfrom3.600.0to3.993.0@aws-sdk/protocol-httpwith@smithy/protocol-http^5.3.8@aws-sdk/signature-v4with@smithy/signature-v4^5.3.8Security
Fixes CVE-2026-26278 introduced by the outdated AWS SDK packages.
Breaking Changes
These updated packages require Node.js >= 20. If you are running an older Node.js version, please upgrade before updating the SDK.
Test plan