This interface defines virtual methods for each of the user-facing overload sets in WebSecurityScannerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type WebSecurityScannerClient.
[[["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-14 UTC."],[[["The document details the `WebSecurityScannerConnection` interface, which defines virtual methods corresponding to user-facing overloads in `WebSecurityScannerClient`."],["This interface allows for the injection of custom behaviors, particularly useful when writing tests using `WebSecurityScannerClient` objects, and includes functions like `CreateScanConfig`, `GetScanRun`, and `ListFindings`."],["The document lists several previous versions of the `WebSecurityScannerConnection`, from 2.11.0 up to the latest version 2.37.0-rc, and gives navigation links to each specific version."],["The `MakeWebSecurityScannerConnection()` function can be used to create concrete instances, and `MockWebSecurityScannerConnection` can be used for mocking."],["The `WebSecurityScannerConnection` has a variety of functions that allow you to manage web security scan configurations, scan runs, crawled urls, findings and statics, as well as the ability to stop running scans."]]],[]]