Class: Aws::Types::Vulnerability

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#atig_dataTypes::AtigData

Returns the value of attribute atig_data.

Returns:



3056
3057
3058
# File 'sig/types.rbs', line 3056

def atig_data
  @atig_data
end

#cisa_dataTypes::CisaData

Returns the value of attribute cisa_data.

Returns:



3053
3054
3055
# File 'sig/types.rbs', line 3053

def cisa_data
  @cisa_data
end

#cvss2Types::Cvss2

Returns the value of attribute cvss2.

Returns:



3061
3062
3063
# File 'sig/types.rbs', line 3061

def cvss2
  @cvss2
end

#cvss3Types::Cvss3

Returns the value of attribute cvss3.

Returns:



3059
3060
3061
# File 'sig/types.rbs', line 3059

def cvss3
  @cvss3
end

#cvss4Types::Cvss4

Returns the value of attribute cvss4.

Returns:



3058
3059
3060
# File 'sig/types.rbs', line 3058

def cvss4
  @cvss4
end

#cwes::Array[::String]

Returns the value of attribute cwes.

Returns:

  • (::Array[::String])


3052
3053
3054
# File 'sig/types.rbs', line 3052

def cwes
  @cwes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3055
3056
3057
# File 'sig/types.rbs', line 3055

def description
  @description
end

#detection_platforms::Array[::String]

Returns the value of attribute detection_platforms.

Returns:

  • (::Array[::String])


3067
3068
3069
# File 'sig/types.rbs', line 3067

def detection_platforms
  @detection_platforms
end

#epssTypes::Epss

Returns the value of attribute epss.

Returns:



3068
3069
3070
# File 'sig/types.rbs', line 3068

def epss
  @epss
end

#exploit_observedTypes::ExploitObserved

Returns the value of attribute exploit_observed.



3066
3067
3068
# File 'sig/types.rbs', line 3066

def exploit_observed
  @exploit_observed
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3051
3052
3053
# File 'sig/types.rbs', line 3051

def id
  @id
end

#reference_urls::Array[::String]

Returns the value of attribute reference_urls.

Returns:

  • (::Array[::String])


3065
3066
3067
# File 'sig/types.rbs', line 3065

def reference_urls
  @reference_urls
end

Returns the value of attribute related_vulnerabilities.

Returns:

  • (::Array[::String])


3060
3061
3062
# File 'sig/types.rbs', line 3060

def related_vulnerabilities
  @related_vulnerabilities
end

#source"NVD"

Returns the value of attribute source.

Returns:

  • ("NVD")


3054
3055
3056
# File 'sig/types.rbs', line 3054

def source
  @source
end

#source_url::String

Returns the value of attribute source_url.

Returns:

  • (::String)


3064
3065
3066
# File 'sig/types.rbs', line 3064

def source_url
  @source_url
end

#vendor_created_at::Time

Returns the value of attribute vendor_created_at.

Returns:

  • (::Time)


3062
3063
3064
# File 'sig/types.rbs', line 3062

def vendor_created_at
  @vendor_created_at
end

#vendor_severity::String

Returns the value of attribute vendor_severity.

Returns:

  • (::String)


3057
3058
3059
# File 'sig/types.rbs', line 3057

def vendor_severity
  @vendor_severity
end

#vendor_updated_at::Time

Returns the value of attribute vendor_updated_at.

Returns:

  • (::Time)


3063
3064
3065
# File 'sig/types.rbs', line 3063

def vendor_updated_at
  @vendor_updated_at
end