MCPcopy
hub / github.com/github/github-mcp-server / LabelNotificationDetails

Function LabelNotificationDetails

pkg/ifc/ifc.go:381–383  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

379// are delivered to a specific recipient and may reference private
380// repositories; the result cannot be assumed to be publicly readable.
381func LabelNotificationDetails() SecurityLabel {
382 return PrivateUntrusted()
383}

Callers 2

GetNotificationDetailsFunction · 0.92

Calls 1

PrivateUntrustedFunction · 0.85

Tested by 1