dast

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StartScanAuthConfig

type StartScanAuthConfig struct {
	Headers map[string]string `json:"headers"`
}

type StartScanInput

type StartScanInput struct {
	AppName     string                 `json:"appName"`
	Host        string                 `json:"host"`
	OpenAPISpec map[string]interface{} `json:"openAPISpec"`
	AuthConfig  StartScanAuthConfig    `json:"authConfig"`

	models.RequestProvider
	models.RequestDashboardTarget
}

type StartScanOutput

type StartScanOutput struct {
	ScanID string `json:"scanId"`
}

func StartScan

func StartScan(httpClient *http.Client, nullifyHost string, input *StartScanInput) (*StartScanOutput, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL