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
- (::Google::Cloud::WebSecurityScanner::V1beta::Form) — An addon containing information reported for a vulnerability with an HTML form, if any.
#form=
def form=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::Form
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1beta::Form) — An addon containing information reported for a vulnerability with an HTML form, if any.
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::Form) — An addon containing information reported for a vulnerability with an HTML form, if any.
#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
- (::Google::Cloud::WebSecurityScanner::V1beta::OutdatedLibrary) — An addon containing information about outdated libraries.
#outdated_library=
def outdated_library=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::OutdatedLibrary
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1beta::OutdatedLibrary) — An addon containing information about outdated libraries.
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::OutdatedLibrary) — An addon containing information about outdated libraries.
#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
- (::Google::Cloud::WebSecurityScanner::V1beta::ViolatingResource) — An addon containing detailed information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.
#violating_resource=
def violating_resource=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::ViolatingResource
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1beta::ViolatingResource) — An addon containing detailed information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::ViolatingResource) — An addon containing detailed information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.
#vulnerable_headers
def vulnerable_headers() -> ::Google::Cloud::WebSecurityScanner::V1beta::VulnerableHeaders
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::VulnerableHeaders) — An addon containing information about vulnerable or missing HTTP headers.
#vulnerable_headers=
def vulnerable_headers=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::VulnerableHeaders
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1beta::VulnerableHeaders) — An addon containing information about vulnerable or missing HTTP headers.
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::VulnerableHeaders) — An addon containing information about vulnerable or missing HTTP headers.
#vulnerable_parameters
def vulnerable_parameters() -> ::Google::Cloud::WebSecurityScanner::V1beta::VulnerableParameters
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::VulnerableParameters) — An addon containing information about request parameters which were found to be vulnerable.
#vulnerable_parameters=
def vulnerable_parameters=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::VulnerableParameters
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1beta::VulnerableParameters) — An addon containing information about request parameters which were found to be vulnerable.
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::VulnerableParameters) — An addon containing information about request parameters which were found to be vulnerable.
#xss
def xss() -> ::Google::Cloud::WebSecurityScanner::V1beta::Xss
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::Xss) — An addon containing information reported for an XSS, if any.
#xss=
def xss=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::Xss
Parameter
- value (::Google::Cloud::WebSecurityScanner::V1beta::Xss) — An addon containing information reported for an XSS, if any.
Returns
- (::Google::Cloud::WebSecurityScanner::V1beta::Xss) — An addon containing information reported for an XSS, if any.