This commit is contained in:
2025-05-21 00:12:49 +00:00
parent 5c85188183
commit b1890f59ee
27 changed files with 2096 additions and 705 deletions

View File

@ -31,7 +31,8 @@ export enum SecurityEventType {
CONNECTION = 'connection',
DATA_EXPOSURE = 'data_exposure',
CONFIGURATION = 'configuration',
IP_REPUTATION = 'ip_reputation'
IP_REPUTATION = 'ip_reputation',
REJECTED_CONNECTION = 'rejected_connection'
}
/**