sbomLibResponse

Response containing SBOM libraries with pagination information.

Examples

type SbomLibResponse {
  sbomLibs: [SbomLib]
  total: Int
  offset: Int
  totalFilteredSbomLibs: Int
}

Fields

Field
Description
Supported 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]

total Int

Total number of libraries available

offset Int

Current pagination offset

totalFilteredSbomLibs Int

Total number of libraries after applying filters

References

Queries using this object:

Last updated