cell0-os 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
|
-
<img src="https://img.shields.io/badge/version-1.1.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-1.1.3-blue.svg" alt="Version">
|
|
10
10
|
<img src="https://img.shields.io/badge/license-GPL%20v3.0-green.svg" alt="License">
|
|
11
11
|
<img src="https://img.shields.io/badge/tests-passing-brightgreen.svg" alt="Tests">
|
|
12
12
|
<img src="https://img.shields.io/badge/docker-ready-2496ed.svg?logo=docker" alt="Docker">
|
|
@@ -55,12 +55,13 @@ helm install cell0 cell0/cell0-os \
|
|
|
55
55
|
|
|
56
56
|
---
|
|
57
57
|
|
|
58
|
-
## ✨ What's New in v1.1.
|
|
58
|
+
## ✨ What's New in v1.1.3
|
|
59
59
|
|
|
60
60
|
### 🛡️ Security Fixes
|
|
61
61
|
- ✅ **SQL Injection Prevention** - All queries parameterized
|
|
62
62
|
- ✅ **Pickle RCE Fix** - Replaced with marshal+JSON serialization
|
|
63
63
|
- ✅ **Path Traversal Fix** - Secure Path.resolve() validation
|
|
64
|
+
- ✅ **npm Package Hardening** - Secure global installation
|
|
64
65
|
|
|
65
66
|
### 📱 6 Channel Drivers
|
|
66
67
|
- ✅ **Telegram** - Native bot API
|
|
@@ -160,7 +161,7 @@ curl -fsSL https://kulluai.com/install.sh | bash
|
|
|
160
161
|
|
|
161
162
|
```
|
|
162
163
|
┌─────────────────────────────────────────┐
|
|
163
|
-
│ Cell0-OS v1.1.
|
|
164
|
+
│ Cell0-OS v1.1.3 │
|
|
164
165
|
├─────────────────────────────────────────┤
|
|
165
166
|
│ Channels │ Engine │ Security │
|
|
166
167
|
│ ──────────┼───────────┼────────────── │
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cell0-os",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Cell 0 OS - Sovereign Edge Operating System. OpenClaw-style npm install that bootstraps the Python daemon + CLI.",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -43,4 +43,3 @@
|
|
|
43
43
|
"preferGlobal": true,
|
|
44
44
|
"author": "Yigrem Tamiru <yigrem@kulluai.com>"
|
|
45
45
|
}
|
|
46
|
-
|