refactor(security): replace generic event with severity enum

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-08-05 23:59:49 -04:00
parent 3f9c2500d9
commit 84eb0e2c21
27 changed files with 80 additions and 247 deletions
@@ -22,5 +22,5 @@ interface SecurityEventInterface
public function getReason(): ?string;
public function getSeverity(): int;
public function getSeverity(): SecurityEventSeverity;
}