Skip to content

Commit 85bbe85

Browse files
committed
fix(security): Resolve Dependabot alerts for protobuf, cryptography, and time
1 parent 8e724ee commit 85bbe85

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

client/react/desktop/tauri-app/src-tauri/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/python/gemini-cli-extension/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ openai
44
passlib
55
bcrypt
66
keyring
7+
cryptography>=46.0.5

project_status.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## 📥 Staged Issues (Ready for GitHub)
1111
*Items parsed from chat/docs, waiting for user approval to push.*
1212

13-
*(No staged issues yet. Waiting for Brain Dump...)*
13+
- [ ] [Feature: Visual DevOps Globe (3D Infrastructure Visualization)](https://github.com/quantDIY/QuanuX/issues/NEW) `label:feature,ui,3d`
1414

1515
## 🚧 Active Issues (In Progress)
1616
*Synced from GitHub.*
@@ -44,6 +44,7 @@
4444
- [x] [Feature: QuickFIX Engine] Verified C++ Engine + Python Bindings + Go Integration.
4545
- [x] [Feature: DuckDB Ecosystem] C++ & Python Connectors (Databento -> DuckDB), MotherDuck Integration.
4646
- [x] [Feature: Rithmic Integration] Verified RApiPlus Cython Wrapper with Test Coverage.
47+
- [x] [Security: Remediation] Fixed `protobuf` (recursion), `cryptography` (ECC), and Rust `time` (DoS) alerts.
4748
- [x] [Feature: Topstep Extension] Pure Cython Implementation (No Node.js Bridge). 100% Test Parity. Legacy Python Removed.
4849
- [x] [Feature: Cython Execution Node] High-Performance "Edge" Node Scaffold. Runs `.so` strategies. Supports Direct/Relay Adapters.
4950
- [x] [Feature: Execution Engine] Hybrid Go/C++ Node, Portable/Deployable (Push Deployment).

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ typer>=0.9.0
2020
rich>=13.0.0
2121
async-rithmic>=1.4.0
2222
datamodel-code-generator>=0.25.0
23-
protobuf>=4.25.6,<5.0.0
23+
protobuf>=4.25.8,<5.0.0
24+
cryptography>=46.0.5
2425
urllib3>=2.6.3
2526
PyYAML>=6.0.0
2627
textual>=0.47.0

0 commit comments

Comments
 (0)