mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
- Add dashboard.html for standalone dashboard - Add security-posture.js for hub integration with multiple widget types - Add __init__.py for package imports - Fix async/await issues in defcon.py get_summary and get_defcon_info methods - Fix KeyError in CSPN and TPN compliance summary calculations - Update service file to use unix socket (uds) instead of HTTP - Fix syntax error in performance.py get_score method Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
6 lines
207 B
Python
6 lines
207 B
Python
# SPDX-License-Identifier: LicenseRef-CMSD-1.0
|
|
# Copyright (c) 2026 CyberMind — Gérald Kerma <devel@cybermind.fr>
|
|
"""SecuBox Security Posture — DEFCON & Compliance Monitoring."""
|
|
|
|
__version__ = "1.0.0"
|