Vulnerability management

Last updated: 2026-04-11 • ← Security program

Backbuild runs a continuous vulnerability management program covering application dependencies, platform runtimes, and third-party components. The goal is to detect vulnerabilities quickly, prioritize them by severity, and remediate them within documented service level targets.

Dependency scanning

Software Bill of Materials

A Software Bill of Materials (SBOM) is generated for the Backbuild platform on every push to main by the backbuild-security-scan.yml CI workflow. The SBOM is produced in CycloneDX 1.5 JSON format and enumerates direct and transitive dependencies along with their versions and licenses.

Until the first publication run completes, the file at /security/sbom/latest.json contains an explicit "x-placeholder": true flag so that automated compliance scanners do not mistake the seed file for a real zero-component SBOM. The API origin redirects /v1/security/sbom.json to the trust-site copy in production.

Severity classification and SLAs

Findings are triaged and assigned a severity based on exploitability, exposure, and blast radius. The following response SLAs apply from the point at which a finding is confirmed:

SeverityRemediation target
Critical24 hours
High7 days
Medium30 days
Low90 days

When a vulnerability cannot be remediated within its SLA, a documented exception is recorded with a justification, compensating controls, and a revised target date. Exceptions are reviewed on a recurring basis.

Patch management

Third-party assessments

Contact

Vulnerability management questions or to request the current SBOM:

To report a vulnerability, see the responsible disclosure policy.