Skip to content
Merged
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
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@

This is the repo for `code-editor`.

## ⚠️ Security Advisory - CVE-2025-13223 and CVE-2025-13224

**Affected Components:** Chromium versions prior to 142.0.7444.175/.176 (Windows), 142.0.7444.176 (Mac), and 142.0.7444.175 (Linux)

**Impact Assessment:**
- Code Editor depends on Code OSS → Electron → Chromium
- Current Electron [v39.2.2](https://github.com/electron/electron/releases/tag/v39.2.2) includes vulnerable Chromium 142.0.7444.162
- **Code Editor web-server builds are NOT affected** - we distribute web-server artifacts that do not include Electron dependencies
- Standalone desktop builds may be affected if built locally

**Mitigation Status:**
- Fix pending Electron's Chromium update
- Web-server distribution remains secure as it excludes Electron components
- Users building standalone desktop versions should monitor for Electron updates

**Technical Details:**
Code OSS uses Electron only for [desktop builds](https://github.com/microsoft/vscode/blob/main/build/gulpfile.vscode.mjs#L71-L75), not for [web-server builds](https://github.com/microsoft/vscode/blob/main/build/gulpfile.reh.mjs#L92-L97). Our distributed artifacts contain no Electron references.

### Repository structure

The repository structure is the following:
Expand Down