APPSEC-449: bump npm deps to fixed versions — closes 7 CVE tickets#18
Open
amitsi-bs wants to merge 1 commit into
Open
APPSEC-449: bump npm deps to fixed versions — closes 7 CVE tickets#18amitsi-bs wants to merge 1 commit into
amitsi-bs wants to merge 1 commit into
Conversation
…ns (overrides) Security dependency-CVE bumps (APPSEC-449) via package.json `overrides`. All are transitive (package-lock) deps; verified with npm audit. Versions chosen to satisfy the repo's .npmrc min-release-age=7 (all >=7 days old, incl. transitives): - basic-ftp ^5.2.0 -> ^5.3.1 (5.3.1): CRLF/FTP cmd injection + DoS. LTS-2753 - fast-uri +^3.1.3 (3.1.3): path traversal + host confusion. LTS-3158 - fast-xml-builder +1.2.1: attribute-quote bypass (<=1.1.6). LTS-3159 (+ pinned path-expression-matcher 1.6.1 to keep its transitive min-release-age-safe; 1.6.2 is <7 days old) - tmp +0.2.7: path traversal via non-string template (0.2.6). LTS-3411 - esbuild +^0.28.1: dev-server arbitrary file read (0.27.3-0.28.0). LTS-3907 - undici webdriver ^6.24.0 -> ^6.27.0 (6.27.0) + cheerio ^7.24.0 -> ^7.28.0 (7.28.0): TLS-cert bypass / header injection / DoS / cache poisoning. LTS-4206 - minimatch (readdir-glob path) 5.1.6 -> 5.1.9 via existing ^5.1.8 override, now applied by regenerated lockfile: ReDoS (5.0.0-5.1.7). LTS-2594 Verified: npm audit no longer flags any of the above (27 -> 6 advisories; the 6 remaining are non-ticketed deps). lodash (LTS-2754) already resolves safe - no change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
APPSEC-449 — WebdriverIO sample dependency-CVE bumps
Transitive (
package-lock.json) deps bumped to fixed versions via theoverridesblock inpackage.json. Verified withnpm audit(27 → 6 advisories; the 6 remaining are non-ticketed deps). All chosen versions — including transitives — satisfy the repo's.npmrcmin-release-age=7(≥7 days old).^5.1.8now applied (5.1.6 → 5.1.9)^5.2.0→^5.3.1(5.3.1)^3.1.31.2.10.2.7^0.28.1^6.27.0, cheerio→^7.28.0Notes
fast-xml-builder(1.3.0) pullspath-expression-matcher@1.6.2(published <7 days ago → blocked bymin-release-age=7). Sofast-xml-builderis pinned to 1.2.1 andpath-expression-matcherto 1.6.1 to keep the whole subtree ≥7 days old.npm audit fixwould only resolve these via a semver-major downgrade ofbrowserstack-node-sdk; the scoped overrides fix them while keeping the SDK at 1.61.0.✅ LTS-2754 (lodash) — ALREADY SOLVED, no change in this PR
Reviewer note: lodash does not need a fix here — it was already remediated by an earlier PR. lodash resolves to
4.18.1(≥ the fixed4.18.0) andnpm auditdoes not flag it.b12f55b, merged 2026-07-07 — the SDK bump in that PR regeneratedpackage-lock.jsonand floated lodash4.17.21 → 4.18.1(side effect).