7df718eed3
Track resolved_by on problems; suppress scan/ingest recreate after manual resolve; reopen same problem after cooldown; auto-close via heartbeat unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
195 B
Python
6 lines
195 B
Python
"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
|
|
|
|
APP_NAME = "Security Alert Center"
|
|
APP_VERSION = "0.9.9"
|
|
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"
|