Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions patches/backported-patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,33 @@
"affected_versions": "<1.109.1",
"patch_path": "common/fix-terminal-autoreplies.diff",
"link": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21523"
},
{
"finding_id": "GHSA-9f6c-63gp-pwpf",
"affected_versions": "<1.119.1",
"patch_path": "N/A",
"link": "https://github.com/microsoft/vscode/security/advisories/GHSA-9f6c-63gp-pwpf",
"note": "vulnerable code path does not exist in Code-OSS 1.101.2"
},
{
"finding_id": "CVE-2026-41613",
"affected_versions": "<1.119.1",
"patch_path": "N/A",
"link": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-41613",
"note": "vulnerable code path does not exist in Code-OSS 1.101.2"
},
{
"finding_id": "CVE-2026-41109",
"affected_versions": "<1.119.1",
"patch_path": "N/A",
"link": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-41109",
"note": "Copilot extension does not exist in Code-OSS 1.101.2"
},
{
"finding_id": "GHSA-rg3f-8xq5-hwh6",
"affected_versions": "<1.119.1",
"patch_path": "N/A",
"link": "https://github.com/microsoft/vscode/security/advisories/GHSA-rg3f-8xq5-hwh6",
"note": "Copilot extension does not exist in Code-OSS 1.101.2"
}
]
7 changes: 4 additions & 3 deletions patches/common/fix-terminal-autoreplies.diff
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Backporting fix for GHSA-3pwg-f3hj-wp8p advisory: https://github.com/microsoft/vscode/security/advisories/GHSA-3pwg-f3hj-wp8p

Based on commit: https://github.com/microsoft/vscode/commit/670c6d9b2a6588cc90a1e347015966dc391795ba
Backport terminal autoreply restriction from upstream Code-OSS.
Remove when Code-OSS is updated to >= 1.109.1.

@backported: https://github.com/microsoft/vscode/commit/670c6d9b2a6588cc90a1e347015966dc391795ba
@finding-id: CVE-2026-21523 GHSA-3pwg-f3hj-wp8p
Index: code-editor-src/src/vs/workbench/contrib/terminalContrib/autoReplies/common/terminalAutoRepliesConfiguration.ts
===================================================================
--- code-editor-src.orig/src/vs/workbench/contrib/terminalContrib/autoReplies/common/terminalAutoRepliesConfiguration.ts
Expand Down
Loading