Class: Grafeas::V1::VulnerabilityNote::WindowsDetail
- Inherits:
-
Object
- Object
- Grafeas::V1::VulnerabilityNote::WindowsDetail
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb
Defined Under Namespace
Classes: KnowledgeBase
Instance Attribute Summary collapse
-
#cpe_uri ⇒ String
Required.
-
#description ⇒ String
The description of this vulnerability.
-
#fixing_kbs ⇒ Array<Grafeas::V1::VulnerabilityNote::WindowsDetail::KnowledgeBase>
Required.
-
#name ⇒ String
Required.
Instance Attribute Details
#cpe_uri ⇒ String
Returns Required. The CPE URI this vulnerability affects.
123 124 125 126 127 128 129 130 131 132 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 123 class WindowsDetail # @!attribute [rw] name # @return [String] # The KB name (generally of the form KB[0-9]+ (e.g., KB123456)). # @!attribute [rw] url # @return [String] # A link to the KB in the [Windows update catalog] # (https://www.catalog.update.microsoft.com/). class KnowledgeBase; end end |
#description ⇒ String
Returns The description of this vulnerability.
123 124 125 126 127 128 129 130 131 132 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 123 class WindowsDetail # @!attribute [rw] name # @return [String] # The KB name (generally of the form KB[0-9]+ (e.g., KB123456)). # @!attribute [rw] url # @return [String] # A link to the KB in the [Windows update catalog] # (https://www.catalog.update.microsoft.com/). class KnowledgeBase; end end |
#fixing_kbs ⇒ Array<Grafeas::V1::VulnerabilityNote::WindowsDetail::KnowledgeBase>
Returns Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.
123 124 125 126 127 128 129 130 131 132 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 123 class WindowsDetail # @!attribute [rw] name # @return [String] # The KB name (generally of the form KB[0-9]+ (e.g., KB123456)). # @!attribute [rw] url # @return [String] # A link to the KB in the [Windows update catalog] # (https://www.catalog.update.microsoft.com/). class KnowledgeBase; end end |
#name ⇒ String
Returns Required. The name of this vulnerability.
123 124 125 126 127 128 129 130 131 132 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 123 class WindowsDetail # @!attribute [rw] name # @return [String] # The KB name (generally of the form KB[0-9]+ (e.g., KB123456)). # @!attribute [rw] url # @return [String] # A link to the KB in the [Windows update catalog] # (https://www.catalog.update.microsoft.com/). class KnowledgeBase; end end |