Documentation
¶
Index ¶
- func CreateTable(headers []string) *tablewriter.Table
- func DisplayReportSummaryTable(r *report.Reporter)
- func DisplayReportTable(r *report.Reporter)
- func DisplayUnexpectedErrorMessage()
- func FingerprintScanReport(reporter *report.Reporter)
- func WellKnownPathsScanReport(reporter *report.Reporter)
- type ScanIssueReport
- type SortByPathAndSeverity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTable ¶
func CreateTable(headers []string) *tablewriter.Table
func DisplayReportSummaryTable ¶ added in v0.8.1
func DisplayReportTable ¶
func DisplayUnexpectedErrorMessage ¶
func DisplayUnexpectedErrorMessage()
func FingerprintScanReport ¶ added in v0.8.1
Types ¶
type ScanIssueReport ¶ added in v0.8.2
type ScanIssueReport struct { OperationMethod string `json:"method"` OperationPath string `json:"path"` Issue *report.IssueReport `json:"issue"` }
func NewFullScanIssueReports ¶ added in v0.8.2
func NewFullScanIssueReports(reports []*report.ScanReport) []*ScanIssueReport
func NewScanIssueReports ¶ added in v0.8.2
func NewScanIssueReports(r *report.ScanReport) []*ScanIssueReport
type SortByPathAndSeverity ¶
type SortByPathAndSeverity []*ScanIssueReport
func (SortByPathAndSeverity) Len ¶
func (a SortByPathAndSeverity) Len() int
func (SortByPathAndSeverity) Less ¶
func (a SortByPathAndSeverity) Less(i, j int) bool
func (SortByPathAndSeverity) Swap ¶
func (a SortByPathAndSeverity) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.