Web Security Scanner V1beta API - Class Google::Cloud::WebSecurityScanner::V1beta::Finding (v0.9.0)

Reference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::Finding.

A Finding resource represents a vulnerability instance identified during a ScanRun.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#body

def body() -> ::String
Returns
  • (::String) — The body of the request that triggered the vulnerability.

#body=

def body=(value) -> ::String
Parameter
  • value (::String) — The body of the request that triggered the vulnerability.
Returns
  • (::String) — The body of the request that triggered the vulnerability.

#description

def description() -> ::String
Returns
  • (::String) — The description of the vulnerability.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — The description of the vulnerability.
Returns
  • (::String) — The description of the vulnerability.

#final_url

def final_url() -> ::String
Returns
  • (::String) — The URL where the browser lands when the vulnerability is detected.

#final_url=

def final_url=(value) -> ::String
Parameter
  • value (::String) — The URL where the browser lands when the vulnerability is detected.
Returns
  • (::String) — The URL where the browser lands when the vulnerability is detected.

#finding_type

def finding_type() -> ::String
Returns
  • (::String) — The type of the Finding. Detailed and up-to-date information on findings can be found here: https://cloud.google.com/security-scanner/docs/scan-result-details

#finding_type=

def finding_type=(value) -> ::String
Parameter
  • value (::String) — The type of the Finding. Detailed and up-to-date information on findings can be found here: https://cloud.google.com/security-scanner/docs/scan-result-details
Returns
  • (::String) — The type of the Finding. Detailed and up-to-date information on findings can be found here: https://cloud.google.com/security-scanner/docs/scan-result-details

#form

def form() -> ::Google::Cloud::WebSecurityScanner::V1beta::Form
Returns

#form=

def form=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::Form
Parameter
Returns

#frame_url

def frame_url() -> ::String
Returns
  • (::String) — If the vulnerability was originated from nested IFrame, the immediate parent IFrame is reported.

#frame_url=

def frame_url=(value) -> ::String
Parameter
  • value (::String) — If the vulnerability was originated from nested IFrame, the immediate parent IFrame is reported.
Returns
  • (::String) — If the vulnerability was originated from nested IFrame, the immediate parent IFrame is reported.

#fuzzed_url

def fuzzed_url() -> ::String
Returns
  • (::String) — The URL produced by the server-side fuzzer and used in the request that triggered the vulnerability.

#fuzzed_url=

def fuzzed_url=(value) -> ::String
Parameter
  • value (::String) — The URL produced by the server-side fuzzer and used in the request that triggered the vulnerability.
Returns
  • (::String) — The URL produced by the server-side fuzzer and used in the request that triggered the vulnerability.

#http_method

def http_method() -> ::String
Returns
  • (::String) — The http method of the request that triggered the vulnerability, in uppercase.

#http_method=

def http_method=(value) -> ::String
Parameter
  • value (::String) — The http method of the request that triggered the vulnerability, in uppercase.
Returns
  • (::String) — The http method of the request that triggered the vulnerability, in uppercase.

#name

def name() -> ::String
Returns
  • (::String) — The resource name of the Finding. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanruns/{scanRunId}/findings/{findingId}'. The finding IDs are generated by the system.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the Finding. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanruns/{scanRunId}/findings/{findingId}'. The finding IDs are generated by the system.
Returns
  • (::String) — The resource name of the Finding. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanruns/{scanRunId}/findings/{findingId}'. The finding IDs are generated by the system.

#outdated_library

def outdated_library() -> ::Google::Cloud::WebSecurityScanner::V1beta::OutdatedLibrary
Returns

#outdated_library=

def outdated_library=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::OutdatedLibrary
Parameter
Returns

#reproduction_url

def reproduction_url() -> ::String
Returns
  • (::String) — The URL containing human-readable payload that user can leverage to reproduce the vulnerability.

#reproduction_url=

def reproduction_url=(value) -> ::String
Parameter
  • value (::String) — The URL containing human-readable payload that user can leverage to reproduce the vulnerability.
Returns
  • (::String) — The URL containing human-readable payload that user can leverage to reproduce the vulnerability.

#tracking_id

def tracking_id() -> ::String
Returns
  • (::String) — The tracking ID uniquely identifies a vulnerability instance across multiple ScanRuns.

#tracking_id=

def tracking_id=(value) -> ::String
Parameter
  • value (::String) — The tracking ID uniquely identifies a vulnerability instance across multiple ScanRuns.
Returns
  • (::String) — The tracking ID uniquely identifies a vulnerability instance across multiple ScanRuns.

#violating_resource

def violating_resource() -> ::Google::Cloud::WebSecurityScanner::V1beta::ViolatingResource
Returns

#violating_resource=

def violating_resource=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::ViolatingResource
Parameter
Returns

#vulnerable_headers

def vulnerable_headers() -> ::Google::Cloud::WebSecurityScanner::V1beta::VulnerableHeaders
Returns

#vulnerable_headers=

def vulnerable_headers=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::VulnerableHeaders
Parameter
Returns

#vulnerable_parameters

def vulnerable_parameters() -> ::Google::Cloud::WebSecurityScanner::V1beta::VulnerableParameters
Returns

#vulnerable_parameters=

def vulnerable_parameters=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::VulnerableParameters
Parameter
Returns

#xss

def xss() -> ::Google::Cloud::WebSecurityScanner::V1beta::Xss
Returns

#xss=

def xss=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::Xss
Parameter
Returns