fuzzer

package
v0.0.0-...-37aa375 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

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

Directories

Path Synopsis
Package restapi provides primitives to interact with the openapi HTTP API.
Package restapi provides primitives to interact with the openapi HTTP API.

Jump to

Keyboard shortcuts

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