Skip to content

fix(FFESUPPORT-891): re-resolve axios + brace-expansion to patched versions (Vanta 2026-07)#421

Merged
dd-oleksii merged 1 commit into
mainfrom
aarsilv/ffesupport-891/vanta-supplement-2026-07
Jul 21, 2026
Merged

fix(FFESUPPORT-891): re-resolve axios + brace-expansion to patched versions (Vanta 2026-07)#421
dd-oleksii merged 1 commit into
mainfrom
aarsilv/ffesupport-891/vanta-supplement-2026-07

Conversation

@aarsilv

@aarsilv aarsilv commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

🤖 Generated from Claude

Resolves the July 2026 Vanta/Dependabot supplement for eppo-multiplatformFFESUPPORT-891.

What & why

After the prior July sweep (#420), two advisories remained, both transitive dev-tooling deps in the root package-lock.json (the monorepo's test-orchestration tooling — start-server-and-testwait-on). Nothing ships in any SDK crate/package.

Package Advisory Before → After
axios GHSA-gcfj-64vw-6mp9 + 9 others (< 1.18.0) 1.16.1 → 1.18.1
brace-expansion GHSA-3jxr-9vmj-r5cp / CVE-2026-13149 (< 1.1.16) 1.1.14 → 1.1.16

Fix is a lockfile-only re-resolution (npm update axios brace-expansion). axios resolves within wait-on's declared ^1.6.1; brace-expansion is a deep transitive. No package.json change, no override.

Why no changeset

This touches only root dev-tooling in package-lock.json — no published package (eppo_core, python-sdk, ruby-sdk, elixir-sdk, rust-sdk) changes, so there is nothing to version/release. The Prepare release workflow runs only on push to main and gates on shipped-package changes.

How tests/CI protect this change

npm install is clean and idempotent, npm audit reports 0 vulnerabilities, and the tooling (wait-on, start-server-and-test) loads correctly with axios 1.18.1. CI's npm run test uses exactly this tooling to spin up the mock-server and run the Rust/Python/Ruby/Elixir suites — a working test run is the safety net.

Deferred / out of scope

None — these were the only open advisories for this repo.

…rsions

Vanta/Dependabot supplement (2026-07). Re-resolve two transitive dev-tooling
deps in the root package-lock.json to versions outside their vulnerable ranges:
axios 1.16.1 -> 1.18.1 (GHSA-gcfj-64vw-6mp9 + 9 others, < 1.18.0) and
brace-expansion 1.1.14 -> 1.1.16 (GHSA-3jxr-9vmj-r5cp, < 1.1.16).

axios is pulled transitively by wait-on (via start-server-and-test), within
its declared ^1.6.1 range; brace-expansion is a deep transitive. Lockfile-only;
no package.json, no shipped SDK crate/package, no changeset needed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 21, 2026 15:15

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@changeset-bot

changeset-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8edf131

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@aarsilv

aarsilv commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Context from Claude: Final independent review via the local codex CLI (read-only) — no blocking issues found. codex confirmed: axios → 1.18.1 and brace-expansion → 1.1.16 (both meet the required floors); exactly six changed fields (version/URL/integrity for each); npm ls --all --package-lock-only passes and the SHA-512 SRI hashes match; and both are root dev-tooling transitives (start-server-and-test → wait-on → axios, npm-run-all → minimatch → brace-expansion) on the private root — no SDK package or changeset affected.

@dd-oleksii
dd-oleksii merged commit 1940e94 into main Jul 21, 2026
68 of 72 checks passed
@dd-oleksii
dd-oleksii deleted the aarsilv/ffesupport-891/vanta-supplement-2026-07 branch July 21, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants