Skip to content

Commit 26b17f4

Browse files
CopilotLms24
andauthored
fix(deps): upgrade axios from 1.13.5 to 1.15.0 to fix SSRF vulnerability
Fixes CVE: Axios NO_PROXY Hostname Normalization Bypass Leads to SSRF. Co-Authored-By: Claude <noreply@anthropic.com> Agent-Logs-Url: https://github.com/getsentry/sentry-javascript/sessions/443b2c75-cf14-4a37-8212-6a532959da82 Co-authored-by: Lms24 <8420481+Lms24@users.noreply.github.com>
1 parent 2164795 commit 26b17f4

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@sentry-internal/rrweb": "2.34.0",
6363
"@sentry/browser": "10.48.0",
6464
"@supabase/supabase-js": "2.49.3",
65-
"axios": "1.13.5",
65+
"axios": "1.15.0",
6666
"babel-loader": "^10.1.1",
6767
"fflate": "0.8.2",
6868
"html-webpack-plugin": "^5.5.0",

dev-packages/e2e-tests/test-applications/nestjs-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@nestjs/platform-express": "^10.0.0",
2222
"@sentry/nestjs": "latest || *",
2323
"reflect-metadata": "^0.2.0",
24-
"axios": "1.13.5",
24+
"axios": "1.15.0",
2525
"rxjs": "^7.8.1"
2626
},
2727
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11846,14 +11846,14 @@ aws-ssl-profiles@^1.1.2:
1184611846
resolved "https://registry.yarnpkg.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz#157dd77e9f19b1d123678e93f120e6f193022641"
1184711847
integrity sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==
1184811848

11849-
axios@1.13.5, axios@^1.12.0:
11850-
version "1.13.5"
11851-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
11852-
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
11849+
axios@1.15.0, axios@^1.12.0:
11850+
version "1.15.0"
11851+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
11852+
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
1185311853
dependencies:
1185411854
follow-redirects "^1.15.11"
1185511855
form-data "^4.0.5"
11856-
proxy-from-env "^1.1.0"
11856+
proxy-from-env "^2.1.0"
1185711857

1185811858
axobject-query@^3.2.1:
1185911859
version "3.2.1"
@@ -25657,6 +25657,11 @@ proxy-from-env@^1.1.0:
2565725657
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
2565825658
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
2565925659

25660+
proxy-from-env@^2.1.0:
25661+
version "2.1.0"
25662+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
25663+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
25664+
2566025665
proxy@^2.1.1:
2566125666
version "2.1.1"
2566225667
resolved "https://registry.yarnpkg.com/proxy/-/proxy-2.1.1.tgz#45f9b307508ffcae12bdc71678d44a4ab79cbf8b"
@@ -28557,7 +28562,6 @@ stylus@0.59.0, stylus@^0.59.0:
2855728562

2855828563
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2855928564
version "3.36.0"
28560-
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2856128565
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2856228566
dependencies:
2856328567
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)