v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
AppSecOps

Fetch SBOM version component and vulnerability difference details

Retrieve the difference in vulnerability and component IDs compared from the given SBOM version to requested SBOM version. If compare version ID is not passed, fetch for previous SBOM version

post/v1/appsecops/sbom_version/item/{version_id}/diff

Path parameters

version_idstring required

Specify the SBOM version ID which is the base version to fetch the build difference

Request body

tenant_idstring required

Tenant ID

compare_version_idstring

ID of the SBOM version against which component and vulnerability difference is fetched

Response

Success

base_version_idstring

ID of the SBOM version to compare against

compare_version_idstring

ID of the SBOM version to compare with

new_component_idsstring[]

List of new component IDs created in the SBOM version

upgraded_component_idsstring[]

List of upgraded component IDs created in the SBOM version

deleted_component_idsstring[]

List of deleted component IDs in the SBOM version

new_vulnerability_idsstring[]

List of new vulnerability IDs created in the SBOM version

resolved_vulnerability_idsstring[]

List of resolved vulnerability IDs in the SBOM version