ISMS CORE takes security seriously. If you discover a vulnerability in this repository (including scripts, workbook generators, templates, or documentation that could cause unsafe outcomes), please report it responsibly.
Please email: info@isms-core.com Subject: ISMS CORE Security — Vulnerability Report
Include:
- A clear description of the issue and potential impact
- Reproduction steps (proof-of-concept if available)
- Affected files/folders (control pack name if relevant)
- Any suggested remediation
If you prefer encrypted reporting, request a PGP key via email and we will provide one.
We will:
- Acknowledge receipt within 3 business days
- Provide a status update within 10 business days
- Work with you on a coordinated disclosure timeline when appropriate
In scope:
- Python scripts and generators in
SCR/ - Workbook templates and outputs where repository-provided logic may be unsafe
- Promotion/QA scripts and automation
- Supply-chain risks introduced by dependencies (when applicable)
Out of scope:
- Vulnerabilities in third-party tools or services not distributed with ISMS CORE
- Social engineering, spam, or physical attacks
ISMS CORE supports TOTP-based MFA (RFC 6238) for all user accounts. We recommend:
- Enabling MFA on all admin and super_admin accounts before production use
- Rotating the
SECRET_KEYenvironment variable when deploying to a new environment - Using strong, unique values for
POSTGRES_PASSWORDandSECRET_KEY(minimum 32 characters, randomly generated)
- Do not include secrets, tokens, private keys, or customer data in vulnerability reports.
- Treat generated artifacts as potentially sensitive until reviewed.
Thank you for helping improve ISMS CORE.