eric7/Documentation/Source/eric7.CycloneDXInterface.CycloneDXUtilities.html

branch
eric7
changeset 9141
7085ece52151
parent 9123
aefb731a4b4e
equal deleted inserted replaced
9140:6bbb4e047902 9141:7085ece52151
32 <tr> 32 <tr>
33 <td><a href="#_addCycloneDXDependency">_addCycloneDXDependency</a></td> 33 <td><a href="#_addCycloneDXDependency">_addCycloneDXDependency</a></td>
34 <td>Function to add a dependency to the given list of components.</td> 34 <td>Function to add a dependency to the given list of components.</td>
35 </tr> 35 </tr>
36 <tr> 36 <tr>
37 <td><a href="#_amendMetaData">_amendMetaData</a></td>
38 <td>Function to amend the SBOM meta data according the given data.</td>
39 </tr>
40 <tr>
37 <td><a href="#addCycloneDXDependencies">addCycloneDXDependencies</a></td> 41 <td><a href="#addCycloneDXDependencies">addCycloneDXDependencies</a></td>
38 <td>Function to add dependency data to the list of created components.</td> 42 <td>Function to add dependency data to the list of created components.</td>
39 </tr> 43 </tr>
40 <tr> 44 <tr>
41 <td><a href="#addCycloneDXVulnerabilities">addCycloneDXVulnerabilities</a></td> 45 <td><a href="#addCycloneDXVulnerabilities">addCycloneDXVulnerabilities</a></td>
121 </dd> 125 </dd>
122 </dl> 126 </dl>
123 <div align="right"><a href="#top">Up</a></div> 127 <div align="right"><a href="#top">Up</a></div>
124 <hr /> 128 <hr />
125 <hr /> 129 <hr />
130 <a NAME="_amendMetaData" ID="_amendMetaData"></a>
131 <h2>_amendMetaData</h2>
132 <b>_amendMetaData</b>(<i>bomMetaData, metadataDict</i>)
133
134 <p>
135 Function to amend the SBOM meta data according the given data.
136 </p>
137 <p>
138 The modifications done are:
139 <ul>
140 <li>add eric7 to the tools</li>
141 </ul>
142 </p>
143 <dl>
144
145 <dt><i>bomMetaData</i> (BomMetaData)</dt>
146 <dd>
147 reference to the SBOM meta data object
148 </dd>
149 <dt><i>metadataDict</i> (dict)</dt>
150 <dd>
151 dictionary containing additional meta data
152 </dd>
153 </dl>
154 <dl>
155 <dt>Return:</dt>
156 <dd>
157 reference to the modified SBOM meta data object
158 </dd>
159 </dl>
160 <dl>
161 <dt>Return Type:</dt>
162 <dd>
163 BomMetaData
164 </dd>
165 </dl>
166 <div align="right"><a href="#top">Up</a></div>
167 <hr />
168 <hr />
126 <a NAME="addCycloneDXDependencies" ID="addCycloneDXDependencies"></a> 169 <a NAME="addCycloneDXDependencies" ID="addCycloneDXDependencies"></a>
127 <h2>addCycloneDXDependencies</h2> 170 <h2>addCycloneDXDependencies</h2>
128 <b>addCycloneDXDependencies</b>(<i>parser, venvName</i>) 171 <b>addCycloneDXDependencies</b>(<i>parser, venvName</i>)
129 172
130 <p> 173 <p>

eric ide

mercurial