report

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Write

func Write(w io.Writer, format string, results []scanner.Result) error

Types

type Document

type Document struct {
	GeneratedAt string           `json:"generated_at"`
	Summary     Summary          `json:"summary"`
	Results     []scanner.Result `json:"results"`
}

type Summary

type Summary struct {
	Targets      int `json:"targets"`
	Findings     int `json:"findings"`
	Vulnerable   int `json:"vulnerable"`
	Dangling     int `json:"dangling"`
	Fingerprints int `json:"fingerprints"`
}

func NewSummary

func NewSummary(results []scanner.Result) Summary

Jump to

Keyboard shortcuts

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