LabelNotificationDetails returns the IFC label for the subject of a single notification. Integrity is untrusted: a notification subject points at an issue, pull request, comment, or discussion whose content is user-authored and may carry attacker-controlled text. Confidentiality is private because
()
| 379 | // are delivered to a specific recipient and may reference private |
| 380 | // repositories; the result cannot be assumed to be publicly readable. |
| 381 | func LabelNotificationDetails() SecurityLabel { |
| 382 | return PrivateUntrusted() |
| 383 | } |