SBOM (software bill of materials)

2
Hi all, is it possible to export a SBOM (software bill of materials) from Mendix that lists all components and software dependencies involved in the development and delivery of an application, e.g. as XML file?
asked
2 answers
0

Studio Pro has a export to an HTML document, but that is not XML and less structured. You can use the SDK to create an export like this.

 

The mprtool in the modeler folder can help to explore the structure and the internal naming.

answered
0

At the newest versions of Mendix, at least from 10.5, a vendorlib-sbom.json is created in the vendorlib folder.

answered