| 31 | } |
| 32 | |
| 33 | type WrappedIssue struct { |
| 34 | Issue issue.Issue |
| 35 | SeverityStr template.HTML |
| 36 | Description template.HTML |
| 37 | Remediation template.HTML |
| 38 | CWEs template.HTML |
| 39 | } |
| 40 | |
| 41 | type InstallationInfo struct { |
| 42 | Name string |
nothing calls this directly
no outgoing calls
no test coverage detected