MCPcopy Create free account
hub / github.com/crashappsec/github-analyzer / WrappedIssue

Struct WrappedIssue

pkg/output/html/html.go:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type WrappedIssue struct {
34 Issue issue.Issue
35 SeverityStr template.HTML
36 Description template.HTML
37 Remediation template.HTML
38 CWEs template.HTML
39}
40
41type InstallationInfo struct {
42 Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected