Class: Google::Cloud::WebSecurityScanner::V1beta::OutdatedLibrary
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::OutdatedLibrary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb
Overview
Information reported for an outdated library.
Instance Attribute Summary collapse
-
#learn_more_urls ⇒ ::Array<::String>
URLs to learn more information about the vulnerabilities in the library.
-
#library_name ⇒ ::String
The name of the outdated library.
-
#version ⇒ ::String
The version number.
Instance Attribute Details
#learn_more_urls ⇒ ::Array<::String>
Returns URLs to learn more information about the vulnerabilities in the library.
46 47 48 49 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 46 class OutdatedLibrary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#library_name ⇒ ::String
Returns The name of the outdated library.
46 47 48 49 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 46 class OutdatedLibrary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns The version number.
46 47 48 49 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 46 class OutdatedLibrary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |