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

Struct Issue

pkg/issue/issue.go:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type Issue struct {
40 ID IssueID `json:"id"`
41 Name string `json:"name"`
42 Severity severity.Severity `json:"severity"`
43 Category category.Category `json:"category"`
44 Tags []tags.Tag `json:"tags,omitempty"`
45 Description string `json:"description"`
46 Resources []resource.Resource `json:"resource"`
47 CWEs []int `json:"cwes,omitempty"`
48 Remediation string `json:"remediation"`
49}
50
51func Org2FADisabled(org string) Issue {
52 return Issue{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected