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

Function PrivateUntrusted

pkg/ifc/ifc.go:55–60  ·  view source on GitHub ↗

PrivateUntrusted returns a label for untrusted data restricted to the readers of the originating repository. See PrivateTrusted for the reader resolution model.

()

Source from the content-addressed store, hash-verified

53// readers of the originating repository. See PrivateTrusted for the reader
54// resolution model.
55func PrivateUntrusted() SecurityLabel {
56 return SecurityLabel{
57 Integrity: IntegrityUntrusted,
58 Confidentiality: ConfidentialityPrivate,
59 }
60}
61
62// LabelGetMe returns the IFC label for the authenticated user's own profile
63// (get_me).

Callers 7

LabelSearchIssuesFunction · 0.85
LabelActionsResultFunction · 0.85
LabelSecurityAlertFunction · 0.85
LabelProjectListFunction · 0.85
LabelProjectContentFunction · 0.85
LabelNotificationDetailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected