Commit Graph

4 Commits

Author SHA1 Message Date
aitbc
8424902bee security: fix high-severity security issues
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
CLI Tests / test-cli (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
- Remove hardcoded passwords in wallet commands (2 instances)
- Fix SQL injection vectors with parameterized queries (3 instances)
- Replace MD5 hashes with SHA-256 in 14 locations
- Add table name validation in migration scripts
2026-04-18 10:42:40 +02:00
aitbc
a8db89f8ef Move marketplace GPU optimizer to coordinator-api services
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Security Scanning / security-scan (push) Successful in 1m6s
Python Tests / test-python (push) Successful in 2m46s
- Move marketplace_gpu_optimizer.py, distributed_framework.py, marketplace_cache_optimizer.py, marketplace_monitor.py, and marketplace_scaler.py to coordinator-api services
- Rewire imports in marketplace_performance.py to use coordinator-api services directory
- Remove empty parallel_processing directory from dev/gpu_acceleration
- Move active marketplace GPU optimization code from dev to production services
2026-04-16 22:59:21 +02:00
aitbc
ca2a9573f7 Remove legacy folder and rewire imports
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
- Move marketplace_gpu_optimizer.py from legacy to parallel_processing
- Update coordinator-api imports to use new dev/gpu_acceleration location
- Remove legacy folder as code has been refactored
- Fix marketplace_performance.py imports for gpu_acceleration
2026-04-16 22:54:41 +02:00
aitbc
2246f92cd7 Move gpu_acceleration to dev directory
Some checks failed
Documentation Validation / validate-docs (push) Has been cancelled
- Move GPU acceleration code from root to dev/gpu_acceleration/
- No active imports found in production apps, CLI, or scripts
- Contains GPU provider implementations, CUDA kernels, and research code
- Belongs in dev/ as development/research code, not production
2026-04-16 22:51:29 +02:00