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

Automated dependency scanning via CI is in progress. The backbuild-security-scan.yml GitHub Actions workflow has been created and is being validated before enforcement. Once validated, the following controls will be active:

Software Bill of Materials

A Software Bill of Materials (SBOM) capability is in preparation. Once the backbuild-security-scan.yml CI workflow is validated and enabled, SBOMs will be generated automatically on every push to main in CycloneDX 1.5 JSON format, enumerating direct and transitive dependencies along with their versions and licenses.

Once operational, the SBOM program will include:

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.