Interface SecurityMonitoringApiListVulnerabilitiesRequest

Hierarchy

  • SecurityMonitoringApiListVulnerabilitiesRequest

Properties

filterAdvisoryId?: string

Filter by advisory ID.

filterAssetArch?: string

Filter by asset architecture.

filterAssetEnvironments?: string

Filter by asset environments.

filterAssetName?: string

Filter by asset name.

filterAssetOperatingSystemName?: string

Filter by asset operating system name.

filterAssetOperatingSystemVersion?: string

Filter by asset operating system version.

filterAssetRepositoryUrl?: string

Filter by the repository url associated to the asset.

filterAssetRisksHasAccessToSensitiveData?: boolean

Filter whether the asset has access to sensitive data or not.

filterAssetRisksHasPrivilegedAccess?: boolean

Filter whether the asset is publicly accessible or not.

filterAssetRisksInProduction?: boolean

Filter whether the asset is in production or not.

filterAssetRisksIsPubliclyAccessible?: boolean

Filter whether the asset is publicly accessible or not.

filterAssetRisksUnderAttack?: boolean

Filter whether the asset is under attack or not.

filterAssetType?: AssetType

Filter by asset type.

filterAssetVersionFirst?: string

Filter by the first version of the asset this vulnerability has been detected on.

filterAssetVersionLast?: string

Filter by the last version of the asset this vulnerability has been detected on.

filterCodeLocationFilePath?: string

Filter by vulnerability file path.

filterCodeLocationLocation?: string

Filter by vulnerability location.

filterCodeLocationMethod?: string

Filter by method.

filterCvssBaseScoreOp?: number

Filter by vulnerability base (i.e. from the original advisory) severity score.

filterCvssBaseSeverity?: VulnerabilitySeverity

Filter by vulnerability base severity.

filterCvssBaseVector?: string

Filter by vulnerability base CVSS vector.

filterCvssDatadogScoreOp?: number

Filter by vulnerability Datadog severity score.

filterCvssDatadogSeverity?: VulnerabilitySeverity

Filter by vulnerability Datadog severity.

filterCvssDatadogVector?: string

Filter by vulnerability Datadog CVSS vector.

filterEcosystem?: VulnerabilityEcosystem

Filter by ecosystem.

filterFixAvailable?: boolean

Filter by fix availability.

filterLanguage?: string

Filter by language.

filterLibraryName?: string

Filter by library name.

filterLibraryVersion?: string

Filter by library version.

filterRepoDigests?: string

Filter by vulnerability repo_digest (when the vulnerability is related to Image asset).

filterRisksEpssScoreOp?: number

Filter by vulnerability EPSS severity score.

filterRisksEpssSeverity?: VulnerabilitySeverity

Filter by vulnerability EPSS severity.

filterRisksExploitAvailable?: boolean

Filter by public exploit availability.

filterRisksExploitationProbability?: boolean

Filter by exploitation probability.

filterRisksPocExploitAvailable?: boolean

Filter by POC exploit availability.

filterStatus?: VulnerabilityStatus

Filter by the status of the vulnerability.

filterTool?: VulnerabilityTool

Filter by the tool of the vulnerability.

filterType?: VulnerabilityType

Filter by vulnerability type.

pageNumber?: number

The page number to be retrieved. It should be equal or greater than 1

pageToken?: string

Its value must come from the links section of the response of the first request. Do not manually edit it.

Generated using TypeDoc