Skip to content

Commit 56ae923

Browse files
Add new audit event types for anomalies and credential stuffing
1 parent f4c155e commit 56ae923

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

store/interfaces.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ const (
131131
EventRecoveryCodeUsed AuditEventType = "recovery_code_used"
132132
EventRecoveryCodeFailed AuditEventType = "recovery_code_failed"
133133
EventPasswordBreachRejected AuditEventType = "password_breach_rejected"
134+
EventAnomalyDetected AuditEventType = "anomaly_detected"
135+
EventCredentialStuffingDetected AuditEventType = "credential_stuffing_detected"
134136
)
135137

136138
// AuditEvent is a single security-relevant, queryable record.

0 commit comments

Comments
 (0)