LabelTeam returns the IFC label for organization team membership data (get_teams, get_team_members). Integrity is trusted: team membership is maintained by GitHub and cannot be forged by outside contributors, so it is not an attacker-controllable instruction source. Confidentiality is private. Org
()
| 367 | // belongs to are visible only to members of the organization, not to the |
| 368 | // public, so the reader set is restricted (the opaque "private" marker). |
| 369 | func LabelTeam() SecurityLabel { |
| 370 | return PrivateTrusted() |
| 371 | } |
| 372 | |
| 373 | // LabelNotificationDetails returns the IFC label for the subject of a single |
| 374 | // notification. |