SBOM

Note

This feature requires a LiveConfig Business license.

In today’s increasingly complex software ecosystems, ensuring transparency and security across software supply chains is more important than ever. A Software Bill of Materials (SBOM) is a comprehensive inventory of the components that make up a software product, providing critical visibility into its structure and dependencies. With growing regulatory demands like the U.S. Executive Order 14028 or the EU Cyber Resilience Act (CRA), SBOMs are becoming essential for compliance, risk management, and proactive cybersecurity.

LiveConfig provides an SBOM for both the frontend and the backend in CycloneDX JSON format. It can be accessed via the REST API:

  • frontend: /api/v1/panel/sbom?show=frontend

  • backend: /api/v1/panel/sbom?show=backend

To query this endpoint, Panel Management permissions are required.