Initial commit
This commit is contained in:
9
skills/database-audit-logger/references/README.md
Normal file
9
skills/database-audit-logger/references/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# References
|
||||
|
||||
Bundled resources for database-audit-logger skill
|
||||
|
||||
- [ ] database_audit_best_practices.md: Detailed guide on database audit logging best practices, including regulatory compliance (HIPAA, GDPR) and security considerations.
|
||||
- [ ] trigger_based_auditing.md: Explanation of trigger-based auditing, including code examples for creating triggers in different database systems (MySQL, PostgreSQL, SQL Server).
|
||||
- [ ] cdc_implementation.md: Guide on implementing Change Data Capture (CDC) for real-time audit logging.
|
||||
- [ ] database_log_formats.md: Documentation on different database log formats and how to parse them for audit purposes.
|
||||
- [ ] example_audit_policies.md: Examples of audit policies for different database systems and use cases.
|
||||
Reference in New Issue
Block a user