Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateURLScanHandler ¶ added in v0.4.2
func CreateURLScanHandler(name string, seclistUrl string, defaultUrls []string, r *report.ScanReport, vulnReport *report.IssueReport) func(operation *request.Operation, securityScheme auth.SecurityScheme) (*report.ScanReport, error)
func ScanURLs ¶ added in v0.6.1
func ScanURLs(scanUrls []string, operation *request.Operation, securityScheme auth.SecurityScheme, r *report.ScanReport, vulnReport *report.IssueReport) (*report.ScanReport, error)
Types ¶
type DiscoverData ¶ added in v0.6.1
type DiscoverData struct {
URL string
}
Click to show internal directories.
Click to hide internal directories.