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

Function PublicUntrusted

pkg/ifc/ifc.go:34–39  ·  view source on GitHub ↗

PublicUntrusted returns a label for untrusted, publicly readable data.

()

Source from the content-addressed store, hash-verified

32
33// PublicUntrusted returns a label for untrusted, publicly readable data.
34func PublicUntrusted() SecurityLabel {
35 return SecurityLabel{
36 Integrity: IntegrityUntrusted,
37 Confidentiality: ConfidentialityPublic,
38 }
39}
40
41// PrivateTrusted returns a label for trusted data restricted to the readers
42// of the originating repository. The reader set is opaque on the wire (a

Callers 14

userOrOrgHandlerFunction · 0.92
LabelListIssuesFunction · 0.85
LabelRepoUserContentFunction · 0.85
LabelGetFileContentsFunction · 0.85
LabelSearchIssuesFunction · 0.85
LabelCommitContentsFunction · 0.85
LabelActionsResultFunction · 0.85
LabelGistFunction · 0.85
LabelGistListFunction · 0.85
LabelProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected