reporthandler

package
v0.37.2 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReportHandler

type ReportHandler struct {
	*ReportHandlerOptions

	LastMetrics  *report.FuzzingMetric
	FirstMetrics *report.FuzzingMetric
	ErrorDetails *[]finding.ErrorDetails

	FuzzTest string
	Findings []*finding.Finding
	// contains filtered or unexported fields
}

func NewReportHandler

func NewReportHandler(fuzzTest string, options *ReportHandlerOptions) (*ReportHandler, error)

func (*ReportHandler) Handle

func (h *ReportHandler) Handle(r *report.Report) error

func (*ReportHandler) PrintCrashingInputNote

func (h *ReportHandler) PrintCrashingInputNote()

func (*ReportHandler) PrintFinalMetrics

func (h *ReportHandler) PrintFinalMetrics(numCorpusEntries uint) error

func (*ReportHandler) PrintFindingInstruction

func (h *ReportHandler) PrintFindingInstruction()

type ReportHandlerOptions

type ReportHandlerOptions struct {
	ProjectDir    string
	SeedCorpusDir string
	PrintJSON     bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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