safety

package
v1.0.27 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentScanner

type ContentScanner struct {
	// contains filtered or unexported fields
}

func NewContentScanner

func NewContentScanner() *ContentScanner

func (*ContentScanner) ScanPayload

func (s *ContentScanner) ScanPayload(payload any) Report

type Finding

type Finding struct {
	Path     string `json:"path"`
	Pattern  string `json:"pattern"`
	Severity string `json:"severity"`
	Snippet  string `json:"snippet,omitempty"`
}

type Report

type Report struct {
	Scanned  bool      `json:"scanned"`
	Findings []Finding `json:"findings,omitempty"`
}

type Scanner

type Scanner interface {
	ScanPayload(payload any) Report
}

Jump to

Keyboard shortcuts

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