sbomLibResponse
Response containing SBOM libraries with pagination information.
Examples
type SbomLibResponse {
sbomLibs: [SbomLib]
total: Int
offset: Int
totalFilteredSbomLibs: Int
cursorValue: String
}Fields
sbomLibs [SbomLib]
List of SBOM libraries found in the scan
id String
references [SbomReference]
appType String
language String
libId String
libraryName String
libraryVersion String
license String
appName String
location String
dependencyType String
source String
appId String
locationLink String
appLink String
pkgName String
copyWriteInfo [String]
copyWriteInfoLink String
libLink String
vulnerabilityCounts IssuesBySeverity
triggerPackage String
vulnerabilities [SCAVulnerability]
latestVersion String
latestVersionDate String
stars Int
forks Int
openIssues Int
packageManager String
packageManagerLink String
maintainers Int
contributors Int
downloads Int
sourceLink String
notPopular Boolean
licenseIssue Boolean
malicious Boolean
malwareType String
osVname String
notMaintained Boolean
isDeprecated Boolean
notImported Boolean
notUsed Boolean
notUpdated Boolean
dependencyLevel Int
requestId String
licenseLink String
artifactInSbomLibs [ArtifactInSbomLibs]
sha String
maintainersList [Maintainer]
runtimeStatus String
usedVersionReleaseDate String
projectDescription String
total Int
Total number of libraries available
offset Int
Current pagination offset
totalFilteredSbomLibs Int
Total number of libraries after applying filters
cursorValue String
A value returned by the API that represents the position of the last item in the previous page. Use this value to paginate efficiently through the results. Pass the cursorValue from the previous API response to fetch the next page of results. If omitted, the API returns the first page.
References
Queries using this object:
Last updated
