[SCA] Remediate vulnerable dependencies — SECINV-136 - #102
Merged
Conversation
Add a committed, token-free .npmrc with an inert release-age gate (min-release-age=7). Inert on the repo's current npm 10 toolchain; activates once the repo moves to Node >= 20.17 + npm >= 11.17. Co-Authored-By: Claude <noreply@anthropic.com>
Upgraded: - lodash: 4.17.21 -> 4.18.1 (fixes CVE-2026-4800; target 4.18.0 is a deprecated bad release pointing back to still-vulnerable 4.17.21, so advanced to clean 4.18.1) - shell-quote: 1.8.3 -> 1.9.0 (fixes CVE-2026-9277, CVE-2026-13311) Co-Authored-By: Claude <noreply@anthropic.com>
rampostman
marked this pull request as ready for review
July 24, 2026 11:20
VShingala
approved these changes
Jul 24, 2026
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.
SCA Remediation Report — curl-to-postman (secinv-136 mandate) — 2026-07-24
Summary
All in-scope patch/minor Critical/High dependency findings driven to 0. Both findings were
direct dependencies fixed by minor version bumps. No transitive stage or overrides were required.
WARN_BY_POLICY(before) →PASSED_BY_POLICY(after) — 0 library findings remaining.Results
Upgraded
Note on lodash target: the scanner-suggested target
4.18.0is a deprecated bad release whosenpm deprecation notice points back to
4.17.21— which is still vulnerable to CVE-2026-4800. Advancedto the next clean, non-deprecated release
4.18.1(published 2026-04-01, signed byjdalton), whichclears the CVE.
shell-quote@1.9.0(published 2026-06-25, signed byljharb) clears both its CVEs. Bothtargets verified via live
npm view(integrity + maintainer + publish date); both are well older than the7-day release-age floor.
Tier commits
chore(security): set up install guardrails (release-age gate)— adds a committed, token-free.npmrcwith an inert
min-release-age=7gate.[SCA] direct minor upgrades — 2026-07-24— lodash + shell-quote minor bumps.Baseline & validation
npm test(eslint + mocha) — 122 passing, 0 failing (clean).npm test— 122 passing, 0 failing — no regressions.npm ciexits 0 on the final committed tree (npm 10 / Node 18).PASSED_BY_POLICY, 0 library findings.No fix / major (out of scope)
None. There were no major-only, no-fix, or
@postman/*-pinned findings.Install guardrails
npm ci; no Dockerfiles / bareinstalls present.
.npmrcwithmin-release-age=7was added.It is inert on the repo's current npm 10 toolchain and activates once the repo moves to Node ≥ 20.17
@postman/*deps present, so no carve-out is needed..nvmrc18.13.0, `engines.nodeNeeds human
the repo needs Node ≥ 20.17 + npm ≥ 11.17. This is a platform decision for the repo owner; not made here.
Wiz report