Fix S360 open-source vulnerabilities (SFI-ES5.2)#3667
Merged
Conversation
Updates the autorest.powershell submodule to a commit that bumps Rush's pnpmVersion from 10.32.1 to 10.34.4, the minimal patched pnpm 10.x release for the S360 open-source vulnerability advisories. Addresses CVE-2026-55487, CVE-2026-55698, CVE-2026-55697, CVE-2026-50015, GHSA-fr4h-3cph-29xv, GHSA-72r4-9c5j-mj57, and GHSA-qrv3-253h-g69c. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b925a358-5d34-4537-8327-fe1fa580d903
ramsessanchez
approved these changes
Jul 21, 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.
Summary
[SFI-ES5.2] 1ES Open Source Vulnerabilities (Operational)for the reported pnpm finding.autorest.powershellsubmodule fromb7c60fba59f8496621449f2029f8cc81204d6758tofc0b279e24c57064a42fab9cd705b6d450f72697.autorest.powershell/rush.jsonpnpmVersionfrom10.32.1to10.34.4.Advisories addressed
Submodule reachability / companion PR
fc0b279e24c57064a42fab9cd705b6d450f72697is pushed to the upstream submodule remote atmicrosoftgraph/autorest.powershellbranchs360/osv-remediation, so this parent PR is checkout-able.Investigation / residual note
The vulnerable package-lock path is generated under the
autorest.powershellsubmodule (common/temp/pnpm-local/package-lock.json). The committed pin is not in the root repo; it ispnpmVersionin the submodule'srush.json. No patched commit existed on the submodule default branch, so I created and pushed an upstream submodule commit with the pnpm bump, then updated this repo's submodule pointer to that fixed, remotely reachable commit.Validation
npm view pnpm@10.34.4 version=>10.34.4RUSH_ALLOW_UNSUPPORTED_NODEJS=1 node common/scripts/install-run-rush.js update --bypass-policyinautorest.powershellcompleted successfully and generatedcommon/temp/pnpm-local/package-lock.jsonwith pnpm10.34.4.24.15.0whilerush.jsonrequires>=8.9.4 <20.0.0; CI should run with the repo-supported Node version.