52 lines
1.2 KiB
Markdown
52 lines
1.2 KiB
Markdown
# Governance Documentation
|
|
|
|
**Last Updated**: 2025-01-27
|
|
**Purpose**: Governance, policies, and compliance documentation
|
|
|
|
## Overview
|
|
|
|
This directory contains governance documentation, including contribution guidelines, security policies, compliance frameworks, and operational procedures.
|
|
|
|
## Documentation
|
|
|
|
### Contributing
|
|
- [Contributing Guidelines](CONTRIBUTING.md) - How to contribute to the project
|
|
|
|
### Security
|
|
- [Security Policies](SECURITY.md) - Security guidelines and reporting
|
|
|
|
### Compliance
|
|
- **GDPR**: Data protection and privacy compliance
|
|
- **eIDAS**: Electronic identification compliance
|
|
- **Cloud for Sovereignty**: Data residency and sovereignty
|
|
|
|
## Governance Principles
|
|
|
|
### Code Quality
|
|
- TypeScript strict mode
|
|
- ESLint configuration
|
|
- Automated testing
|
|
- Code reviews
|
|
|
|
### Security
|
|
- Security scanning (SAST/DAST)
|
|
- Dependency scanning
|
|
- Container scanning
|
|
- Regular security audits
|
|
|
|
### Compliance
|
|
- Data residency enforcement
|
|
- Encryption requirements
|
|
- Audit logging
|
|
- Access controls
|
|
|
|
## Related Documentation
|
|
|
|
- [Architecture Security](../architecture/README.md#security)
|
|
- [Architecture Overview](../architecture/README.md)
|
|
- [Deployment Overview](../deployment/overview.md)
|
|
|
|
---
|
|
|
|
**Last Updated**: 2025-01-27
|