Package-level declarations

Types

Link copied to clipboard
enum AliasContextKind : Enum<AliasContextKind> , ConvertibleToJava<AliasContextKind>

The alias kind.

Link copied to clipboard
enum AssessmentState : Enum<AssessmentState> , ConvertibleToJava<AssessmentState>

Provides the state of this Vulnerability assessment.

Link copied to clipboard
enum CisBenchmarkSeverity : Enum<CisBenchmarkSeverity> , ConvertibleToJava<CisBenchmarkSeverity>
Link copied to clipboard
enum CVSSAttackComplexity : Enum<CVSSAttackComplexity> , ConvertibleToJava<CVSSAttackComplexity>
Link copied to clipboard
enum CVSSAttackVector : Enum<CVSSAttackVector> , ConvertibleToJava<CVSSAttackVector>

Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments.

Link copied to clipboard
enum CVSSAuthentication : Enum<CVSSAuthentication> , ConvertibleToJava<CVSSAuthentication>
Link copied to clipboard
enum CVSSAvailabilityImpact : Enum<CVSSAvailabilityImpact> , ConvertibleToJava<CVSSAvailabilityImpact>
Link copied to clipboard
enum CVSSConfidentialityImpact : Enum<CVSSConfidentialityImpact> , ConvertibleToJava<CVSSConfidentialityImpact>
Link copied to clipboard
enum CVSSIntegrityImpact : Enum<CVSSIntegrityImpact> , ConvertibleToJava<CVSSIntegrityImpact>
Link copied to clipboard
enum CVSSPrivilegesRequired : Enum<CVSSPrivilegesRequired> , ConvertibleToJava<CVSSPrivilegesRequired>
Link copied to clipboard
enum CVSSScope : Enum<CVSSScope> , ConvertibleToJava<CVSSScope>
Link copied to clipboard
enum CVSSUserInteraction : Enum<CVSSUserInteraction> , ConvertibleToJava<CVSSUserInteraction>
Link copied to clipboard
enum CVSSv3AttackComplexity : Enum<CVSSv3AttackComplexity> , ConvertibleToJava<CVSSv3AttackComplexity>
Link copied to clipboard
enum CVSSv3AttackVector : Enum<CVSSv3AttackVector> , ConvertibleToJava<CVSSv3AttackVector>

Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments.

Link copied to clipboard
enum CVSSv3AvailabilityImpact : Enum<CVSSv3AvailabilityImpact> , ConvertibleToJava<CVSSv3AvailabilityImpact>
Link copied to clipboard
enum CVSSv3ConfidentialityImpact : Enum<CVSSv3ConfidentialityImpact> , ConvertibleToJava<CVSSv3ConfidentialityImpact>
Link copied to clipboard
enum CVSSv3IntegrityImpact : Enum<CVSSv3IntegrityImpact> , ConvertibleToJava<CVSSv3IntegrityImpact>
Link copied to clipboard
enum CVSSv3PrivilegesRequired : Enum<CVSSv3PrivilegesRequired> , ConvertibleToJava<CVSSv3PrivilegesRequired>
Link copied to clipboard
enum CVSSv3Scope : Enum<CVSSv3Scope> , ConvertibleToJava<CVSSv3Scope>
Link copied to clipboard
enum CVSSv3UserInteraction : Enum<CVSSv3UserInteraction> , ConvertibleToJava<CVSSv3UserInteraction>
Link copied to clipboard
enum DeploymentOccurrencePlatform : Enum<DeploymentOccurrencePlatform> , ConvertibleToJava<DeploymentOccurrencePlatform>

Platform hosting this deployment.

Link copied to clipboard
enum DiscoveryNoteAnalysisKind : Enum<DiscoveryNoteAnalysisKind> , ConvertibleToJava<DiscoveryNoteAnalysisKind>

Required. Immutable. The kind of analysis that is handled by this discovery.

Link copied to clipboard
enum DiscoveryOccurrenceAnalysisStatus : Enum<DiscoveryOccurrenceAnalysisStatus> , ConvertibleToJava<DiscoveryOccurrenceAnalysisStatus>

The status of discovery for the resource.

Link copied to clipboard
enum DiscoveryOccurrenceContinuousAnalysis : Enum<DiscoveryOccurrenceContinuousAnalysis> , ConvertibleToJava<DiscoveryOccurrenceContinuousAnalysis>

Whether the resource is continuously analyzed.

Link copied to clipboard
enum DistributionArchitecture : Enum<DistributionArchitecture> , ConvertibleToJava<DistributionArchitecture>

The CPU architecture for which packages in this distribution channel were built.

Link copied to clipboard
enum JustificationJustificationType : Enum<JustificationJustificationType> , ConvertibleToJava<JustificationJustificationType>

The justification type for this vulnerability.

Link copied to clipboard
enum PackageNoteArchitecture : Enum<PackageNoteArchitecture> , ConvertibleToJava<PackageNoteArchitecture>

The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.

Link copied to clipboard
enum RemediationRemediationType : Enum<RemediationRemediationType> , ConvertibleToJava<RemediationRemediationType>

The type of remediation that can be applied.

Link copied to clipboard
enum VersionKind : Enum<VersionKind> , ConvertibleToJava<VersionKind>

Required. Distinguishes between sentinel MIN/MAX versions and normal versions.

Link copied to clipboard
enum VexAssessmentState : Enum<VexAssessmentState> , ConvertibleToJava<VexAssessmentState>

Provides the state of this Vulnerability assessment.

Link copied to clipboard
enum VulnerabilityNoteCvssVersion : Enum<VulnerabilityNoteCvssVersion> , ConvertibleToJava<VulnerabilityNoteCvssVersion>

CVSS version used to populate cvss_score and severity.

Link copied to clipboard
enum VulnerabilityNoteSeverity : Enum<VulnerabilityNoteSeverity> , ConvertibleToJava<VulnerabilityNoteSeverity>

The note provider assigned severity of this vulnerability.

Link copied to clipboard
enum VulnerabilityOccurrenceEffectiveSeverity : Enum<VulnerabilityOccurrenceEffectiveSeverity> , ConvertibleToJava<VulnerabilityOccurrenceEffectiveSeverity>

The distro assigned severity for this vulnerability when it is available, otherwise this is the note provider assigned severity. When there are multiple PackageIssues for this vulnerability, they can have different effective severities because some might be provided by the distro while others are provided by the language ecosystem for a language pack. For this reason, it is advised to use the effective severity on the PackageIssue level. In the case where multiple PackageIssues have differing effective severities, this field should be the highest severity for any of the PackageIssues.