Skip to content

Commit 291c7ad

Browse files
committed
fix(deps): document axios floor and age-exclude TODO
Keep axios >=1.18.0 for GHSA-gcfj-64vw-6mp9 and mark ip-address age exclude for removal after 2026-08-10.
1 parent e83a7ea commit 291c7ad

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
minimumReleaseAge: 14400
77
# Pre-existing lockfile entry younger than the age gate; exclude so CVE
88
# override lockfile regeneration can proceed (already present on main).
9+
# TODO(2026-08-10): drop this once ip-address@10.4.0 clears minimumReleaseAge
10+
# (published 2026-07-31; 10-day gate ⇒ ~2026-08-10).
911
minimumReleaseAgeExclude:
1012
- ip-address@10.4.0
1113
# Fail (don't silently downgrade) if a package's publisher trust level drops
@@ -29,12 +31,15 @@ overrides:
2931
# exactly: 7.5.20 is the newest release that clears `minimumReleaseAge` above.
3032
"tar": "7.5.20"
3133
"minimatch": ">=3.1.4"
34+
# GHSA-gcfj-64vw-6mp9: Node HTTP adapter can inherit polluted proxy after
35+
# interceptor config cloning; floor raised from >=1.16.0 to patched >=1.18.0.
3236
"axios": ">=1.18.0"
3337
"axios@1.14.1": ">=1.18.0"
3438
"axios@0.30.4": "0.30.3"
3539
"brace-expansion@<1.1.16": "1.1.16"
3640
"brace-expansion@>=2.0.0 <2.1.2": "2.1.2"
37-
"brace-expansion@>=5.0.0 <5.0.8": "5.0.8"
41+
# CVE-2026-13149: no patched 3.x/4.x exists — advisory remediates >=3.0.0 via 5.x
42+
"brace-expansion@>=3.0.0 <5.0.8": "5.0.8"
3843
"ip-address@<=10.1.0": "10.1.1"
3944
"uuid@11.1.0": "11.1.1"
4045
"ws@>=7.0.0 <7.5.11": "7.5.11"

0 commit comments

Comments
 (0)