Expand description
Audit log model for CSAF CRUD operations.
Every create, update, and delete is logged with an ISO 8601 timestamp.
Structs§
- Audit
LogEntry - An audit log entry recording a CSAF operation.
Constants§
- VALID_
ACTIONS - Valid audit log actions. Mirror the
valid_actionCHECK constraint incrates/csaf-models/src/db.rs— any addition here must be mirrored there or the insert will fail at runtime.