Uses of Class
org.spdx.spdx_to_osv.SpdxToOsvException
| Package | Description |
|---|---|
| org.spdx.spdx_to_osv |
-
Uses of SpdxToOsvException in org.spdx.spdx_to_osv
Methods in org.spdx.spdx_to_osv that throw SpdxToOsvException Modifier and Type Method Description List<OsvVulnerability>OsvApi. queryVulnerabilities(OsvVulnerabilityRequest packageNameVersion)Calls the QueryVulnerabilities API to obtain vulnerability information from OSVstatic voidMain. spdxToOsv(File fromFile, File toFile, org.spdx.tools.SpdxToolsHelper.SerFileType inputFileType, boolean allPackages)Produce an OSV Output File from an SPDX input filestatic voidMain. spdxToOsv(InputStream inStream, org.spdx.tools.SpdxToolsHelper.SerFileType inputFileType, Writer writer, boolean allPackages)Writes OSV JSON data to the outStream based on an SPDX input streamstatic voidMain. spdxToOsv(org.spdx.storage.IModelStore fromStore, String documentUri, Writer writer, boolean allPackages)Writes OSV JSON data to the outStream based on an SPDX model store and document URI