Skip to content

Comments

chore: sync upstream (6 commits)#24

Open
yazelin wants to merge 7 commits intomainfrom
upstream-sync/20260223-233456
Open

chore: sync upstream (6 commits)#24
yazelin wants to merge 7 commits intomainfrom
upstream-sync/20260223-233456

Conversation

@yazelin
Copy link
Owner

@yazelin yazelin commented Feb 23, 2026

Upstream Sync

Commits: 6 new commits from upstream
Upstream SHA: f0909a78ce6c242f1f07e91b72ab7a7d8c910531
Base SHA: c4b3b366c4bd8dfba9ba4aa05e4019825360ad78

Upstream Changes

f0909a7 [dotnet] Fix SendAndWaitAsync to throw OperationCanceledException on external cancellation (#543)
5a9b475 chore(nodejs): bump @github/copilot from ^0.0.411 to ^0.0.414 (#542)
99c7c52 fix: correct 'GithubToken' casing to 'GitHubToken' in .NET and Go (#541)
0e6561d Document Microsoft Foundry Local setup and usage (#461)
eaf06cd fix: replace execSync with execFileSync in docs validation (#505)
dea514d Fix timeout issue when downloading the exe file (#533)

Conflict Resolution

  • ACP paths auto-resolved: none
  • Manual review needed: none

After Merge

# Rebase feature branches
git fetch origin main
git rebase origin/main

Auto-generated by upstream-sync workflow

MikeAlhayek and others added 7 commits February 23, 2026 10:59
* fix: replace execSync with execFileSync in docs validation

Replace all execSync calls with execFileSync to avoid shell interpretation
of interpolated paths. This resolves a CodeQL alert about shell command
injection via uncontrolled absolute paths (scripts/docs-validation/validate.ts:79).

execFileSync passes arguments as an array, bypassing the shell entirely,
which eliminates the risk of path characters being misinterpreted.

Also updated catch blocks to check err.stderr in addition to err.stdout,
since 2>&1 shell redirection is no longer used.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* chore: remove unused spawn import

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Document Microsoft Foundry Local setup and usage

Added section for Microsoft Foundry Local with installation and usage instructions.

* Update docs/auth/byok.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…#542)

Update the Copilot CLI dependency to the latest version.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

6 participants