Class: Google::Cloud::WebSecurityScanner::V1::OutdatedLibrary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1/finding_addon.rb

Overview

Information reported for an outdated library.

Instance Attribute Summary collapse

Instance Attribute Details

#learn_more_urls::Array<::String>

Returns URLs to learn more information about the vulnerabilities in the library.

Returns:

  • (::Array<::String>)

    URLs to learn more information about the vulnerabilities in the library.



46
47
48
49
# File 'proto_docs/google/cloud/websecurityscanner/v1/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.

Returns:

  • (::String)

    The name of the outdated library.



46
47
48
49
# File 'proto_docs/google/cloud/websecurityscanner/v1/finding_addon.rb', line 46

class OutdatedLibrary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns The version number.

Returns:

  • (::String)

    The version number.



46
47
48
49
# File 'proto_docs/google/cloud/websecurityscanner/v1/finding_addon.rb', line 46

class OutdatedLibrary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end