Struct google_containeranalysis1_beta1::api::GrafeasV1beta1VulnerabilityDetails[][src]

pub struct GrafeasV1beta1VulnerabilityDetails {
    pub cvss_score: Option<f32>,
    pub effective_severity: Option<String>,
    pub long_description: Option<String>,
    pub package_issue: Option<Vec<PackageIssue>>,
    pub related_urls: Option<Vec<RelatedUrl>>,
    pub severity: Option<String>,
    pub short_description: Option<String>,
    pub type_: Option<String>,
}
Expand description

Details of a vulnerability Occurrence.

This type is not used in any activity, and only used as part of another schema.

Fields

cvss_score: Option<f32>

Output only. The CVSS score of this vulnerability. CVSS score is on a scale of 0-10 where 0 indicates low severity and 10 indicates high severity.

effective_severity: Option<String>

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.

long_description: Option<String>

Output only. A detailed description of this vulnerability.

package_issue: Option<Vec<PackageIssue>>

Required. The set of affected locations and their fixes (if available) within the associated resource.

related_urls: Option<Vec<RelatedUrl>>

Output only. URLs related to this vulnerability.

severity: Option<String>

Output only. The note provider assigned Severity of the vulnerability.

short_description: Option<String>

Output only. A one sentence description of this vulnerability.

type_: Option<String>

The type of package; whether native or non native(ruby gems, node.js packages etc)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.