Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPResponseReports ¶ added in v0.6.1
type Handler ¶
type Handler struct{}
func NewHandler ¶
func NewHandler() *Handler
func (*Handler) ScanGraphQL ¶
func (*Handler) ScanOpenAPI ¶
type NewGraphQLScanRequest ¶
type NewGraphQLScanRequest struct {
Endpoint string `form:"endpoint" json:"endpoint" binding:"required"`
Opts *ScanOptions `json:"options"`
}
type NewOpenAPIScanRequest ¶
type NewOpenAPIScanRequest struct {
Schema string `json:"schema" binding:"required"`
SecuritySchemes map[string]struct {
Value string `json:"value" binding:"required"`
} `json:"security_schemes"`
Opts *ScanOptions `json:"options"`
}
type NewURLScanRequest ¶
type NewURLScanRequest struct {
URL string `form:"url" json:"url" binding:"required"`
Method string `form:"method" json:"method" binding:"required"`
Data string `form:"data" json:"data"`
Opts *ScanOptions `json:"options"`
}
Click to show internal directories.
Click to hide internal directories.