Commit 73c7b77
chore(web): bump @aws-sdk/credential-providers to ^3.1036.0 (CVE-2026-41650) (#1148)
* chore(web): bump @aws-sdk/credential-providers to ^3.1036.0 to patch CVE-2026-41650
Fixes SOU-982
Bumps `@aws-sdk/credential-providers` from `^3.1023.0` to `^3.1036.0`,
which transitively pulls in `@aws-sdk/xml-builder@3.972.19` and
`fast-xml-parser@5.7.1`, resolving CVE-2026-41650 (GHSA-gh4j-gqv2-49f6).
CVE-2026-41650 describes missing escaping of `-->` and `]]>` sequences
in `XMLBuilder`'s comment and CDATA serialization. The AWS SDK only
uses `XMLParser` (not `XMLBuilder`), so the vulnerable code path is
not reachable in this tree — this bump is an SCA-alert cleanup.
Preferred over a yarn resolution override so we follow AWS SDK's own
dependency ranges instead of bypassing them.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* docs: add CHANGELOG entry for fast-xml-parser fix
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* changelog
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9abe2d4 commit 73c7b77
3 files changed
Lines changed: 579 additions & 515 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments