Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶ added in v0.1.0
type AuthSources ¶
type DASTFinding ¶ added in v0.1.0
type RESTFinding ¶ added in v0.1.0
type RESTFinding struct {
AppName string `json:"appName"`
Host string `json:"host"`
HTTPVersion string `json:"httpVersion"`
Method string `json:"httpMethod"`
Endpoint string `json:"httpEndpoint"`
RequestBody string `json:"requestBody"`
PreviousResponse string `json:"previousResponse"`
ErrorType string `json:"errorType"`
QueryParameters map[string]string `json:"queryParameters"`
}
type RequestDashboardTarget ¶
type RequestDashboardTarget struct {
GitHubRepository string `query:"githubRepository,omitempty" json:"githubRepository,omitempty"`
}
type RequestProvider ¶
Click to show internal directories.
Click to hide internal directories.