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 BuildSignatureKeyType : Enum<BuildSignatureKeyType> , ConvertibleToJava<BuildSignatureKeyType>

The type of the key, either stored in public_key or referenced in key_id.

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

Defined in CVSS v3, CVSS v2

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. Defined in CVSS v3, CVSS v2

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

Defined in CVSS v2

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

Defined in CVSS v3, CVSS v2

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

Defined in CVSS v3, CVSS v2

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

Defined in CVSS v3, CVSS v2

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

Defined in CVSS v3

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

Defined in CVSS v3

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

Defined in CVSS v3

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 DeploymentPlatform : Enum<DeploymentPlatform> , ConvertibleToJava<DeploymentPlatform>

Platform hosting this deployment.

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

The status of discovery for the resource.

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

Whether the resource is continuously analyzed.

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

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

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 ExternalRefCategory : Enum<ExternalRefCategory> , ConvertibleToJava<ExternalRefCategory>

An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package

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

This field provides information about the type of file identified

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

Type (for example schema) of the attestation payload that was signed. The verifier must ensure that the provided type is one that the verifier supports, and that the attestation payload is a valid instantiation of that type (for example by validating a JSON schema).

enum GrafeasV1beta1VulnerabilityDetailsEffectiveSeverity : Enum<GrafeasV1beta1VulnerabilityDetailsEffectiveSeverity> , ConvertibleToJava<GrafeasV1beta1VulnerabilityDetailsEffectiveSeverity>

The distro assigned severity for this vulnerability when it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability. 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.

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

Required. The type of hash that was performed.

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

The justification type for this vulnerability.

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

Required. The recovered Dockerfile directive used to construct this layer.

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

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

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

Type (for example schema) of the attestation payload that was signed. The verifier must ensure that the provided type is one that the verifier supports, and that the attestation payload is a valid instantiation of that type (for example by validating a JSON schema).

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

The type of relationship between the source and target SPDX elements

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 VulnerabilityCvssVersion : Enum<VulnerabilityCvssVersion> , ConvertibleToJava<VulnerabilityCvssVersion>

CVSS version used to populate cvss_score and severity.

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

Note provider assigned impact of the vulnerability.