Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModuleName = "fuzzer" ModuleDescription = "Runs a set of tests against API endpoints to discover insecure implementations" ModuleVersion = "0.0.0" EmptyJSON = "{}" NbMaxServicePart = 2 AbortedErrorMsg = "This test has been aborted by User" APIFindingsNotificationType = "ApiFindingsNotification" TestReportNotificationType = "TestReportNotification" TestProgressNotificationType = "TestProgressNotification" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidParameterError ¶
type InvalidParameterError struct {
// contains filtered or unexported fields
}
* Error used when action is impossible because nor enough parameters of invalid parameter.
func (*InvalidParameterError) Error ¶
func (e *InvalidParameterError) Error() string
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
* Error used when an object does not exists on the system.
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
type NotSupportedError ¶
type NotSupportedError struct {
// contains filtered or unexported fields
}
* Error for an usupported action/parameter.
func (*NotSupportedError) Error ¶
func (e *NotSupportedError) Error() string
type PluginError ¶
type PluginError struct {
// contains filtered or unexported fields
}
* General error.
func (*PluginError) Error ¶
func (e *PluginError) Error() string
Click to show internal directories.
Click to hide internal directories.