You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@
9
9
10
10
### Supported Versions
11
11
12
-
CodeBox is maintained on the `main` branch. Active security maintenance is provided for the current development line:
12
+
CodeBox is maintained on the `main` branch. Active security maintenance is provided for current and recent release lines:
13
13
14
14
| Version | Supported | Notes |
15
15
| ------- | --------- | ----- |
16
-
|`0.1.x`|:white_check_mark:| Current active development line |
16
+
|`0.3.x`|:white_check_mark:| Current active release line |
17
+
|`0.2.x`|:white_check_mark:| Supported release line |
18
+
|`0.1.x`|:white_check_mark:| Supported release line (maintenance) |
17
19
|`< 0.1`|:x:| Unsupported legacy versions |
18
20
19
21
### Reporting a Vulnerability
@@ -23,6 +25,7 @@ If you discover a security vulnerability in CodeBox, please report it responsibl
23
25
1.**Do NOT open a public GitHub issue.**
24
26
2.**Use GitHub's [Private Vulnerability Reporting](https://github.com/dev-bricks/CodeBox/security/advisories/new)** to submit your findings confidentially.
25
27
3. If GitHub Advisories is unavailable, contact the maintainers directly via email:
28
+
-`security@dev-bricks.org`
26
29
-`security@ellmos.ai`
27
30
-`lukas@open-bricks.org`
28
31
-`support@lukasgeiger.com`
@@ -32,6 +35,13 @@ Please include:
32
35
- Step-by-step reproduction instructions or a minimal proof-of-concept
33
36
- Affected operating system and CodeBox version
34
37
38
+
### Response & Triage SLA
39
+
40
+
We take security reports seriously and adhere to the following service level commitments:
41
+
-**Initial Acknowledgement**: Within 48 hours of receipt.
42
+
-**Triage & Status Assessment**: Within 5 business days with preliminary severity score and remediation roadmap.
43
+
-**Fix Release**: Critical issues are prioritized for immediate hotfix deployment.
44
+
35
45
### Security Scope & Runtime Invariants
36
46
37
47
CodeBox is built around a strict **local-first, zero-egress** architecture:
@@ -49,11 +59,13 @@ CodeBox is built around a strict **local-first, zero-egress** architecture:
49
59
50
60
### Unterstützte Versionen
51
61
52
-
CodeBox wird kontinuierlich auf dem `main`-Branch gepflegt. Sicherheitsrelevante Korrekturen werden für den aktuellen Entwicklungszweig bereitgestellt:
62
+
CodeBox wird kontinuierlich auf dem `main`-Branch gepflegt. Sicherheitsrelevante Korrekturen werden für aktuelle und jüngere Versionslinien bereitgestellt:
|`< 0.1`|:x:| Nicht mehr unterstützte Vorversionen |
58
70
59
71
### Schwachstelle melden
@@ -63,6 +75,7 @@ Wenn Sie eine Sicherheitslücke in CodeBox entdecken, melden Sie diese bitte ver
63
75
1.**Erstellen Sie KEIN öffentliches GitHub-Issue.**
64
76
2. Nutzen Sie die **[Private Sicherheitsmeldung (GitHub Advisories)](https://github.com/dev-bricks/CodeBox/security/advisories/new)** für eine vertrauliche Meldung.
65
77
3. Alternativ erreichen Sie das Sicherheitsteam direkt per E-Mail:
78
+
-`security@dev-bricks.org`
66
79
-`security@ellmos.ai`
67
80
-`lukas@open-bricks.org`
68
81
-`support@lukasgeiger.com`
@@ -72,6 +85,13 @@ Bitte fügen Sie Ihrer Meldung folgende Informationen bei:
72
85
- Schritt-für-Schritt-Anleitung zur Reproduktion oder Minimalbeispiel
73
86
- Verwendetes Betriebssystem und CodeBox-Versionsnummer
74
87
88
+
### Reaktions- und Triage-SLA
89
+
90
+
Wir behandeln Sicherheitsmeldungen mit höchster Priorität und garantieren folgende Service-Level-Vereinbarungen:
91
+
-**Eingangsbestätigung**: Innerhalb von 48 Stunden nach Eingang.
92
+
-**Triage & Statusbewertung**: Innerhalb von 5 Werktagen inklusive vorläufiger Einstufung und Behebungszeitplan.
93
+
-**Patch-Bereitstellung**: Kritische Schwachstellen werden prioritär als Hotfix bereitgestellt.
94
+
75
95
### Sicherheitsarchitektur & Laufzeitinvarianten
76
96
77
97
CodeBox folgt strengen **Local-First- und Zero-Egress-Prinzipien**:
Copy file name to clipboardExpand all lines: llms.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CodeBox - Local PySide6 Desktop Code Editor
2
2
3
-
## Last-checked: 2026-09-12
3
+
## Last-checked: 2026-09-20
4
4
5
5
> CodeBox is a local-first desktop IDE for Windows, Linux, and macOS developers who want a lightweight PySide6 code editor with multi-tab workspace, project tree, integrated terminal, Git status porcelain indicators, syntax highlighting, Language Server Protocol (LSP) diagnostics, and an extensible JSON/Python language plugin architecture.
6
6
@@ -38,7 +38,7 @@ Part of the dev-bricks family. Python, MIT.
38
38
- `python main.py`: Launches the CodeBox desktop interface.
39
39
- `python main.py --open <file>`: Launches and directly opens a target file path.
40
40
- `build_exe.bat`: Uses PyInstaller to bundle the application into a standalone executable (`dist/CodeBox.exe`).
41
-
- `pytest`: Runs the automated test suite (248 passed, 1 skipped).
41
+
- `pytest`: Runs the automated test suite (284 passed, 1 skipped).
42
42
- `ruff check .`: Runs the codebase linting suite.
0 commit comments