What is SBOM?


The Software Bill of Materials (SBOM) is a list of components and dependencies the software is based upon. This is needed as software today are created with including and utilizing components written by others.

Providing a SBOM is a way to increase security for the application and a part of software supply chain risk management. We regulary check our dependencies before releases and our SBOM is available with Docker.

We want to make the web safer and providing a SBOM is a part of our security work.

More on our Security measures