A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web
Security Scanner Service crawls the web applications, following all links
within the scope of sites, to find the URLs to test against.
Request for the CreateScanConfig method.
Request for the DeleteScanConfig method.
A Finding resource represents a vulnerability instance identified during a
ScanRun.
A FindingTypeStats resource represents stats regarding a specific FindingType
of Findings under a given ScanRun.
! Information about a vulnerability with an HTML.
Request for the GetFinding method.
Request for the GetScanConfig method.
Request for the GetScanRun method.
Request for the ListCrawledUrls method.
Response for the ListCrawledUrls method.
Request for the ListFindingTypeStats method.
Response for the ListFindingTypeStats method.
Request for the ListFindings method.
Response for the ListFindings method.
Request for the ListScanConfigs method.
Response for the ListScanConfigs method.
Request for the ListScanRuns method.
Response for the ListScanRuns method.
Information reported for an outdated library.
A ScanConfig resource contains the configurations to launch a scan.
Defines a custom error message used by CreateScanConfig and UpdateScanConfig
APIs when scan configuration validation fails. It is also reported as part of
a ScanRunErrorTrace message if scan validation fails due to a scan
configuration error.
A ScanRun is a output-only resource representing an actual run of the scan.
Next id: 12
Output only.
Defines an error trace message for a ScanRun.
A ScanRunLog is an output-only proto used for Stackdriver customer logging.
It is used for logs covering the start and end of scan pipelines.
Other than an added summary, this is a subset of the ScanRun.
Representation in logs is either a proto Struct, or converted to JSON.
Next id: 9
Output only.
Defines a warning trace message for ScanRun. Warning traces provide customers
with useful information that helps make the scanning process more effective.
Request for the StartScanRun method.
Request for the StopScanRun method.
Request for the UpdateScanConfigRequest method.
Information regarding any resource causing the vulnerability such
as JavaScript sources, image, audio files, etc.
Information about vulnerable or missing HTTP Headers.
Information about vulnerable request parameters.
Information reported for an XSS.
Information reported for an XXE.