| Modifier and Type | Method and Description |
|---|---|
IScannerInsertionPoint |
IExtensionHelpers.makeScannerInsertionPoint(String insertionPointName,
byte[] baseRequest,
int from,
int to)
This method constructs an
IScannerInsertionPoint object
based on the details provided. |
| Modifier and Type | Method and Description |
|---|---|
List<IScannerInsertionPoint> |
IScannerInsertionPointProvider.getInsertionPoints(IHttpRequestResponse baseRequestResponse)
When a request is actively scanned, the Scanner will invoke this method,
and the provider should provide a list of custom insertion points that
will be used in the scan.
|
| Modifier and Type | Method and Description |
|---|---|
List<IScanIssue> |
IScannerCheck.doActiveScan(IHttpRequestResponse baseRequestResponse,
IScannerInsertionPoint insertionPoint)
The Scanner invokes this method for each insertion point that is actively
scanned.
|
Copyright © 2017. All rights reserved.