Software Bill of Materials

ZAP includes a runtime Software Bill of Materials (SBOM) generated by CycloneDX for both the ZAP core and all of the add-ons maintained by the ZAP team. Each SBOM will appear as a file called “bom.json” included at the root of the ZAP JARs.

Note that SBOMs may not be available if you run ZAP from the source code, and some 3rd party add-ons may also not define them.

SBOM zip

A zip file containing all of the available SBOM files can be generated via the following options. The ZAP core SBOM file will be called “zap-core-bom.json” and the add-on SBOM files will be called “<addon-id>-bom.json”.

Desktop

The Help menu “Support Info…” dialog “Save SBOM zip…” button.

Command Line

The “-sbomzip” Command Line option.

API

The core “createSbomZip” API action.

See also

UI Overview for an overview of the user interface
Features provided by ZAP