LabelGetMe returns the IFC label for the authenticated user's own profile (get_me). Integrity is trusted: this is GitHub-maintained data about the caller's own account, not attacker-authored content. Confidentiality is private. The result includes fields that are NOT part of the user's public prof
()
| 70 | // owned_private_repos — which are visible only to the authenticated user. The |
| 71 | // result therefore must not be treated as world-readable. |
| 72 | func LabelGetMe() SecurityLabel { |
| 73 | return PrivateTrusted() |
| 74 | } |
| 75 | |
| 76 | // LabelListIssues returns the IFC label for a list_issues result. |
| 77 | // Public repositories are universally readable; private repositories are |