Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud. It crawls your application, and
attempts to exercise as many user inputs and event handlers as possible.
public static void BindService(ServiceBinderBase serviceBinder, WebSecurityScanner.WebSecurityScannerBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The Google Cloud Web Security Scanner Service identifies security vulnerabilities in web applications hosted on Google Cloud by crawling the application and testing user inputs and event handlers."],["This page details the `WebSecurityScanner` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, including inheritance from the `Object` class, as part of the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["The most recent version is `2.5.0`, but this page is focused on version `1.2.0`, which has associated documentation and links to versions down to `1.0.0`."],["The `WebSecurityScanner` class includes two methods for service binding: `BindService(WebSecurityScanner.WebSecurityScannerBase)` to create a server service definition, and `BindService(ServiceBinderBase, WebSecurityScanner.WebSecurityScannerBase)` for customized service binding logic."]]],[]]