-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #525 from psiinon/sbom
Add SBOM help page
- Loading branch information
Showing
7 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
addOns/help/src/main/javahelp/contents/start/features/sbom.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | ||
<HTML> | ||
<HEAD> | ||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> | ||
<TITLE> | ||
Software Bill of Materials | ||
</TITLE> | ||
</HEAD> | ||
<BODY> | ||
<H1>Software Bill of Materials</H1> | ||
<p> | ||
ZAP includes a runtime Software Bill of Materials (SBOM) generated by <a href="https://cyclonedx.org/">CycloneDX</a> | ||
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. | ||
<p> | ||
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. | ||
|
||
<H2>SBOM zip</H2> | ||
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". | ||
|
||
<H3>Desktop</H3> | ||
The <a href="../../ui/tlmenu/help.html">Help menu</a> "Support Info..." dialog "Save SBOM zip..." button. | ||
|
||
<H3>Command Line</H3> | ||
|
||
The "-sbomzip" <a href="../../cmdline.html">Command Line</a> option. | ||
|
||
<H3>API</H3> | ||
|
||
The core "createSbomZip" <a href="api.html">API</a> action. | ||
|
||
<H2>See also</H2> | ||
<table> | ||
<tr><td> </td><td> | ||
<a href="../../ui/overview.html">UI Overview</a></td><td>for an overview of the user interface</td></tr> | ||
<tr><td> </td><td> | ||
<a href="features.html">Features</a></td><td>provided by ZAP</td></tr> | ||
</table> | ||
|
||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters