This is a web app to handle CMMC (Cybersecurity Maturation Model Certification) policy.
Version 0.2.0 out now!
This project is licensed under the MIT License - see the LICENSE.md file for details
- Built in DoD assessment guide reference
- SSP revision management
- SSP policy and evidence handling
- At a glance overview of implemented policy
- Good looking and responsive interface
The project is split into a frontend and backend. Both of these are run in docker containers Running them together is best done through the docker-compose-example.yaml which will do all the heavy lifting of networking everything and running a mariadb instance with it.
Environment Variable | Description | Default/Required |
---|---|---|
PROJECT_URL | The origin you are serving the whole application from. For example: https://example.com | Required |
MARIADB_PASSWORD | The password for the user account Django uses for accessing the database | Required |
MARIADB_ROOT_PASSWORD | The root password for acccessing the database outside of the application | Required |
DJANGO_SECRET_KEY | The secret key Django uses for signing things | Required |
DJANGO_ROOT_PASSWORD | The backend creates a root user by default to access the admin interface in development mode | Required |
Environment Variable | Description | Default/Required |
---|---|---|
PROJECT_URL | The origin you are serving the whole application from. For example: https://example.com | Required |
DJANGO_ROOT_PASSWORD | The backend creates a root user by default to access the admin interface to create more users. | Required |
DJANGO_SECRET_KEY | The secret key Django uses for signing things | Required |
DJANGO_DEBUG | Whether to run Django in debug mode or production | False |
DJANGO_ALLOWED_HOSTS | Essentially a firewall of all sources Django will allow. For most cases all ('*') is what you'll want. | Required |
DJANGO_DATABASE_URL | This uses dj-database-url to tell Django how to connect to the database. In theory it could really be any database Django supports, but it's only tested with MariaDB and that's what the docker entrypoint tries to connect to when starting. | Required |
Environment Variable | Description | Default/Required |
---|---|---|
PROJECT_URL | The origin you are serving the whole application from. For example: https://example.com | Required |
For the most part it's as simple as run the frontend and backend with a database from the same origin. Just do that with ssl and you're good. front and backend can scale horizontally to your hearts content even though that should never really be necessary.
Managing cybersecurity policy to achieve Cybersecurity Maturity Model Certification (CMMC) 2.0 is increasingly critical for businesses. The conventional approach using text documents and spreadsheets, while functional, lacks intuitiveness and fails to efficiently link policies with the necessary “evidences” for compliance. Alternatively, enterprise-scale prebuilt solutions offer a comprehensive feature set but are prohibitively expensive for small business budgets. This project proposes the development of a web app designed to bridge this gap, offering an intuitive, solution for managing cybersecurity policy. By focusing on user-friendly interfaces for managers, IT personnel, and assessors, the app aims to streamline the process of achieving and maintaining CMMC 2.0 compliance. Key features will include streamlined evidence management, revision management, and a dashboard for compliance monitoring. The expected outcome is a significant simplification of the cybersecurity management process, enabling more effective compliance and enhancing the overall security posture of businesses.