Expand description
CSAF core: storage, validation, sidecar generation, import/export.
Modulesยง
- audit_
export - Export the
audit_logSQLite table in four formats with matching hash sidecars. - config
- Application configuration loaded from TOML.
- dump
- Full-database dump (snapshot) pipeline.
- error
- Error types for the CSAF core crate.
- export
- CSAF document export to filesystem with sidecar files.
- import
- CSAF document import from filesystem.
- sidecar
- Sidecar hash file generation (SHA-256, SHA-512, and SHA3-512).
- storage
- Embedded storage abstraction layer using redb.
- validation
- Pure Rust CSAF 2.0/2.1 validation.