PrivateUntrusted returns a label for untrusted data restricted to the readers of the originating repository. See PrivateTrusted for the reader resolution model.
()
| 53 | // readers of the originating repository. See PrivateTrusted for the reader |
| 54 | // resolution model. |
| 55 | func 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). |
no outgoing calls
no test coverage detected