Commit b668e92
committed
fix: bump axios to ^1.16.0 in typescript SDK
Loosens the exact `1.13.6` pin (originally added in #631 to block the
compromised `1.14.1` release) so consumers can pick up axios security
patches via `npm update` / `npm audit fix`.
Picks up:
- GHSA-fvcv-3m26-pcqx (CVE-2026-40175): Cloud Metadata Exfiltration
via Header Injection — patched in 1.15.0
- GHSA-3p68-rc4w-qgx5 (CVE-2025-62718): NO_PROXY Hostname
Normalization Bypass leading to SSRF — patched in 1.15.0
Both advisories were published after `1.13.6` was pinned. The
`^1.16.0` range excludes the compromised `1.14.x` line and allows
future patch releases.
Closes #6811 parent 19bc59f commit b668e92
4 files changed
Lines changed: 42 additions & 33 deletions
File tree
- examples/typescript
- typescript
- .changeset
- src
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments