securityreview

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package securityreview builds prompts and summaries for security analysis.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderText

func RenderText(w io.Writer, report Report)

Types

type Finding

type Finding struct {
	Path     string `json:"path"`
	Line     int    `json:"line"`
	Severity string `json:"severity"`
	Rule     string `json:"rule"`
	Message  string `json:"message"`
	Text     string `json:"text,omitempty"`
}

type Report

type Report struct {
	Kind     string    `json:"kind"`
	Action   string    `json:"action"`
	Status   string    `json:"status"`
	Total    int       `json:"total"`
	Findings []Finding `json:"findings"`
}

func Review

func Review(workspace string, limit int) (Report, error)

Jump to

Keyboard shortcuts

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