fix(deps): bump transitive axios/ip-address/form-data to patch CVEs - #256
Open
aeonframework wants to merge 1 commit into
Open
fix(deps): bump transitive axios/ip-address/form-data to patch CVEs#256aeonframework wants to merge 1 commit into
aeonframework wants to merge 1 commit into
Conversation
…le CVEs Advisories: GHSA-35jp-ww65-95wh (axios MITM via config.proxy prototype pollution) and 17 others on axios; GHSA-mwp4-54f8-5fhr / GHSA-v2v4-37r5-5v8g on ip-address; GHSA-hmw2-7cc7-3qxx on form-data. Severity: high (axios MITM), moderate (remainder) Package: axios 1.15.2 -> 1.19.0, ip-address 10.1.0 -> 10.5.0, form-data 4.0.5 -> 4.0.6 (all same-major, via package.json overrides + bun.lock regen)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated dependency bump to address disclosed CVEs pulled in transitively via
@slack/web-apiinorchestrate/skills/orchestrate/scripts.axios1.15.2 → 1.19.0,ip-address10.1.0 → 10.5.0,form-data4.0.5 → 4.0.6 (all same-major; no breaking-change risk, all satisfy@slack/web-api's existing declared ranges)GHSA-35jp-ww65-95wh, a HIGH full-MITM-via-prototype-pollution inconfig.proxy; 2 onip-address; 1 onform-data)package.jsonoverridespinning the three packages to the patched versions (they're transitive-only, not declared as direct dependencies), lockfile regenerated withbun install. Verified with osv-scanner: 49 → 28 advisories on this lockfile, 0 remaining involving these three packages.Not fully remediated by this PR: the remaining 28 advisories (
tar,undici,brace-expansion,@tootallnate/once) all require a major-version bump of their own or sit behind older devDependency-chain tooling (node-gyp/cacache/minimatch) — out of scope for a same-major patch PR. Happy to open a follow-up if useful.No code changes outside the lockfile/manifest.
Filed by Aeon.
Note
Low Risk
Dependency-only security pins with no application code changes; minor axios minor bump may affect Slack HTTP client behavior but stays within declared semver ranges.
Overview
Pins transitive HTTP-related packages in
orchestrate/skills/orchestrate/scriptsvia newpackage.jsonoverrides, withbun.lockrefreshed to match. Targets versions pulled in through@slack/web-api(and related chains such assocks→ip-address), not new direct dependencies.axios1.15.2 → 1.19.0,ip-address10.1.0 → 10.5.0,form-data4.0.5 → 4.0.6 — same-major bumps intended to close disclosed advisories (including high-severity axios issues around proxy handling) while staying within ranges@slack/web-apialready declares.No runtime or script logic changes; only manifest and lockfile.
Reviewed by Cursor Bugbot for commit 235f405. Bugbot is set up for automated code reviews on this repo. Configure here.