Reference documentation and code samples for the Web Security Scanner v1 API class WebSecurityScanner.
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 Web Security Scanner v1 API class, `WebSecurityScanner`, helps identify security vulnerabilities in web applications hosted on Google Cloud by crawling and testing user inputs."],["This documentation covers version 2.1.0 of the `WebSecurityScanner` class, including the latest version [2.5.0], and older releases, providing a historical view of the API versions."],["The `WebSecurityScanner` class inherits from the base `Object` class, and includes methods for binding service implementations to a server, such as `BindService`."],["The namespace for this class is `Google.Cloud.WebSecurityScanner.V1`, and it's located within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["`BindService` method can be used to create a service definition that can be registered with a server or register service methods with a service binder with or without implementation."]]],[]]