@cyclonedx/cdxgen
Version:
Creates CycloneDX Software Bill of Materials (SBOM) from source or container image
15 lines • 469 B
TypeScript
/**
* Method to collect crypto and ssl libraries from the OS.
*
* @param {Object} options
* @returns osPkgsList Array of OS crypto packages
*/
export function collectOSCryptoLibs(options: any): any[];
/**
* Find crypto algorithm in the given code snippet
*
* @param {String} Code snippet
* @returns {Array} Arary of crypto algorithm objects with oid and description
*/
export function findCryptoAlgos(code: any): any[];
//# sourceMappingURL=cbomutils.d.ts.map