LabelGist returns the IFC label for gist content. Integrity is untrusted: gist contents are arbitrary user-authored text. Confidentiality is public because secret gists are URL-accessible and cannot be modeled as private to a GitHub reader set.
()
| 288 | // Confidentiality is public because secret gists are URL-accessible and cannot |
| 289 | // be modeled as private to a GitHub reader set. |
| 290 | func LabelGist() SecurityLabel { |
| 291 | return PublicUntrusted() |
| 292 | } |
| 293 | |
| 294 | // LabelGistList returns the IFC label for a list of gists belonging to a user, |
| 295 | // joining the per-gist confidentiality across the result set. |