-
Notifications
You must be signed in to change notification settings - Fork 531
fix(vscode): harden Copilot agent install #738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Snakeblack
wants to merge
18
commits into
Gentleman-Programming:main
Choose a base branch
from
Snakeblack:fix/vscode-copilot-agent-hardening
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,954
β96
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
5450d27
feat(vscode): add native SDD agents
Snakeblack b78bd1d
test(assets): register vscode agent files in expected list
Snakeblack f7ed70b
fix(uninstall): filter by opRemoveFile in VS Code uninstall test
Snakeblack 41f4f50
style(vscode): add language identifier to dependency-graph code block
Snakeblack 034c7a4
feat(vscode): agrega asignaciones de modelo
Snakeblack d51c5e0
fix(app,cli): add VSCodeModelAssignments merge and empty override checks
Snakeblack 2dab40b
fix(vscode): endurece instalaciΓ³n de agentes
Snakeblack a247af2
fix(sync,sdd): resolve CodeRabbit review comments on PR 731
Snakeblack 8ff7569
fix(sdd): require both delimiters before removing legacy preflight lines
Snakeblack 47ff860
fix(sdd): validate every legacy preflight block independently
Snakeblack e3eba36
fix(sdd): remove duplicate containsString test helper
Snakeblack 90553ef
fix(sdd,uninstall): add backup and restore support for Claude internaβ¦
Snakeblack cabc090
fix(vscode): resolve rebase conflicts on hardening branch and fix engβ¦
Snakeblack b198fae
fix(vscode,tui): resolve all CodeRabbit review comments on backup/resβ¦
Snakeblack d220e9c
fix(vscode,uninstall,tui): address coderabbit review on atomic backupβ¦
Snakeblack 5d70857
fix(vscode,cli,sdd): resolve remaining CodeRabbit comments on backup β¦
Snakeblack 51763da
fix(vscode): resolve CodeRabbit review comments on backup restore andβ¦
Snakeblack 28d0885
fix(uninstall): abort on unexpected backup or read failures
Snakeblack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Security & Privacy | π Major | β‘ Quick win
π§© Analysis chain
π Web query:
What is the first patched version for GO-2026-5024 in golang.org/x/sys, and is v0.38.0 affected?π‘ Result:
The first patched version for GO-2026-5024 (also tracked as CVE-2026-39824) in the golang.org/x/sys module is v0.44.0 [1][2][3]. Yes, v0.38.0 is affected by this vulnerability because it is below the patched version of v0.44.0 [1][4][5]. The vulnerability involves an integer overflow in the NewNTUnicodeString function within the golang.org/x/sys/windows package [1][2][4].
Citations:
π Script executed:
Repository: Gentleman-Programming/gentle-ai
Length of output: 2390
Bump
golang.org/x/systov0.44.0or newer.v0.38.0is affected by GO-2026-5024/CVE-2026-39824, andinternal/components/filemerge/replace_windows.goimportsgolang.org/x/sys/windowsdirectly.π§° Tools
πͺ OSV Scanner (2.4.0)
[LOW] 11-11: golang.org/x/sys 0.38.0: Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows
(GO-2026-5024)
π€ Prompt for AI Agents
Source: Linters/SAST tools