--- a/eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXUtilities.html Wed Jun 08 19:13:35 2022 +0200 +++ b/eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXUtilities.html Thu Jun 09 16:13:18 2022 +0200 @@ -34,6 +34,10 @@ <td>Function to add a dependency to the given list of components.</td> </tr> <tr> +<td><a href="#_amendMetaData">_amendMetaData</a></td> +<td>Function to amend the SBOM meta data according the given data.</td> +</tr> +<tr> <td><a href="#addCycloneDXDependencies">addCycloneDXDependencies</a></td> <td>Function to add dependency data to the list of created components.</td> </tr> @@ -123,6 +127,45 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="_amendMetaData" ID="_amendMetaData"></a> +<h2>_amendMetaData</h2> +<b>_amendMetaData</b>(<i>bomMetaData, metadataDict</i>) + +<p> + Function to amend the SBOM meta data according the given data. +</p> +<p> + The modifications done are: + <ul> + <li>add eric7 to the tools</li> + </ul> +</p> +<dl> + +<dt><i>bomMetaData</i> (BomMetaData)</dt> +<dd> +reference to the SBOM meta data object +</dd> +<dt><i>metadataDict</i> (dict)</dt> +<dd> +dictionary containing additional meta data +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +reference to the modified SBOM meta data object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +BomMetaData +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="addCycloneDXDependencies" ID="addCycloneDXDependencies"></a> <h2>addCycloneDXDependencies</h2> <b>addCycloneDXDependencies</b>(<i>parser, venvName</i>)