Reporting
Report suspected vulnerabilities privately through GitHub’s security advisory process:github.com/datris/datris-platform-oss/security/advisories/newPlease do not open a public issue for a security report. If you cannot use GitHub, email
info@datris.ai with the same detail you would put in an advisory: affected version, component, reproduction steps, and impact.
Response targets
Advisories
Fixed vulnerabilities are published as GitHub Security Advisories on the repository and summarized in the changelog with impact described in general terms. Deployments that register with Datris.ai and commercial licensees receive advisories ahead of public disclosure.SBOM and scanning
- SBOM. Every release publishes a CycloneDX software bill of materials for each of the four container images (server, UI, MCP server, tap runner), generated by Syft and attached to the release’s
docker-publishworkflow run on GitHub. - Dependency scanning. Trivy runs on every pull request and push to
mainand fails the build on new HIGH or CRITICAL findings with an available fix. Published images are re-scanned weekly for OS-package CVEs. Dependabot security updates cover GitHub Actions, npm, pip, and Docker base images; JVM dependencies are covered through the GitHub dependency graph. - Secret scanning and push protection are enabled on the repository.
Related
- Security Architecture — the model these controls sit in
- The repository’s
SECURITY.mdis the canonical statement of this policy.
