Expand description
The messages and enums that are part of this client library.
Modules§
- finding
- Defines additional types related to Finding.
- scan_
config - Defines additional types related to ScanConfig.
- scan_
config_ error - Defines additional types related to ScanConfigError.
- scan_
run - Defines additional types related to ScanRun.
- scan_
run_ error_ trace - Defines additional types related to ScanRunErrorTrace.
- scan_
run_ warning_ trace - Defines additional types related to ScanRunWarningTrace.
- vulnerable_
headers - Defines additional types related to VulnerableHeaders.
- xss
- Defines additional types related to Xss.
- xxe
- Defines additional types related to Xxe.
Structs§
- Crawled
Url - 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.
- Create
Scan Config Request - Request for the
CreateScanConfigmethod. - Delete
Scan Config Request - Request for the
DeleteScanConfigmethod. - Finding
- A Finding resource represents a vulnerability instance identified during a ScanRun.
- Finding
Type Stats - A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.
- Form
- ! Information about a vulnerability with an HTML.
- GetFinding
Request - Request for the
GetFindingmethod. - GetScan
Config Request - Request for the
GetScanConfigmethod. - GetScan
RunRequest - Request for the
GetScanRunmethod. - List
Crawled Urls Request - Request for the
ListCrawledUrlsmethod. - List
Crawled Urls Response - Response for the
ListCrawledUrlsmethod. - List
Finding Type Stats Request - Request for the
ListFindingTypeStatsmethod. - List
Finding Type Stats Response - Response for the
ListFindingTypeStatsmethod. - List
Findings Request - Request for the
ListFindingsmethod. - List
Findings Response - Response for the
ListFindingsmethod. - List
Scan Configs Request - Request for the
ListScanConfigsmethod. - List
Scan Configs Response - Response for the
ListScanConfigsmethod. - List
Scan Runs Request - Request for the
ListScanRunsmethod. - List
Scan Runs Response - Response for the
ListScanRunsmethod. - Outdated
Library - Information reported for an outdated library.
- Scan
Config - A ScanConfig resource contains the configurations to launch a scan.
- Scan
Config Error - 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.
- ScanRun
- A ScanRun is a output-only resource representing an actual run of the scan. Next id: 12
- Scan
RunError Trace - Output only. Defines an error trace message for a ScanRun.
- Scan
RunLog - 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
- Scan
RunWarning Trace - Output only. Defines a warning trace message for ScanRun. Warning traces provide customers with useful information that helps make the scanning process more effective.
- Start
Scan RunRequest - Request for the
StartScanRunmethod. - Stop
Scan RunRequest - Request for the
StopScanRunmethod. - Update
Scan Config Request - Request for the
UpdateScanConfigRequestmethod. - Violating
Resource - Information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.
- Vulnerable
Headers - Information about vulnerable or missing HTTP Headers.
- Vulnerable
Parameters - Information about vulnerable request parameters.
- Xss
- Information reported for an XSS.
- Xxe
- Information reported for an XXE.