Discover Packages
github.com/Rememorio/codog
internal
securityreview
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 14, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package securityreview builds prompts and summaries for security analysis.
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 struct {
Kind string `json:"kind"`
Action string `json:"action"`
Status string `json:"status"`
Total int `json:"total"`
Findings []Finding `json:"findings"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.