mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-30 23:03:03 -07:00
BE: write_notification schema fix - added interrupt
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ ALLOWED_NMAP_MODES = Literal[
|
||||
"-sS", "-sT", "-sU", "-sV", "-O"
|
||||
]
|
||||
|
||||
NOTIFICATION_LEVELS = Literal["info", "warning", "error", "alert"]
|
||||
NOTIFICATION_LEVELS = Literal["info", "warning", "error", "alert", "interrupt"]
|
||||
|
||||
ALLOWED_TABLES = Literal["Devices", "Events", "Sessions", "Settings", "CurrentScan", "Online_History", "Plugins_Objects"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user