Tue, 13 May 2025 15:58:12 +0200
CycloneDX Interface
- Changed the interface to work with newer CycloneDX releases.
<!DOCTYPE html> <html><head> <title>eric7.CycloneDXInterface.CycloneDXUtilities</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.CycloneDXInterface.CycloneDXUtilities</h1> <p> Module implementing the interface to CycloneDX. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr><td>None</td></tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#createCycloneDXFile">createCycloneDXFile</a></td> <td>Function to create a CyccloneDX SBOM file.</td> </tr> </table> <hr /> <hr /> <a NAME="createCycloneDXFile" ID="createCycloneDXFile"></a> <h2>createCycloneDXFile</h2> <b>createCycloneDXFile</b>(<i>venvName, parent=None</i>) <p> Function to create a CyccloneDX SBOM file. </p> <dl> <dt><i>venvName</i> (str)</dt> <dd> name of the virtual environment </dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> referent to a parent widget (defaults to None) </dd> </dl> <dl> <dt>Raises <b>RuntimeError</b>:</dt> <dd> raised to indicate illegal creation parameters </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>