LabelGistList returns the IFC label for a list of gists belonging to a user, joining the per-gist confidentiality across the result set. Integrity is untrusted (user-authored content). Confidentiality is public because even secret gists are URL-accessible. See LabelSearchIssues for why list result
()
| 300 | // See LabelSearchIssues for why list results carry a single joined label |
| 301 | // rather than one label per item. |
| 302 | func LabelGistList() SecurityLabel { |
| 303 | return PublicUntrusted() |
| 304 | } |
| 305 | |
| 306 | // LabelProject returns the IFC label for GitHub Project metadata (Projects v2), |
| 307 | // such as get_project results and project field definitions. |