Commit 7047ab8
docs: state the self-hosted authorization trust boundary
Document the authorization trust boundary for self-hosted installs.
Organization membership is the trust boundary on a self-hosted install:
everyone in an organization is someone you invited to your own
deployment. Separating what an Admin may do from what a Member may do
comes from an RBAC plugin that is not part of this distribution, so the
permission layer falls back to a permissive ability by design.
SECURITY.md now states this explicitly and scopes vulnerability reports
against it. Reaching data or actions belonging to an organization you
are not a member of, or bypassing authentication, is in scope on every
deployment. A member performing a privileged action inside their own
organization is out of scope for self-hosted.
The webapp contributor guide records the matching rule for code here:
enforce tenancy, and leave role separation to the plugin rather than
growing the fallback.
Mono-RevId: a4f245a2b053007a801e5ef15006148b13735a871 parent 1a5ad1e commit 7047ab8
3 files changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
| |||
0 commit comments