Task #1762 (closed)
Opened 10 years ago
Closed 10 years ago
Permissions : All returned graphs are group/perms consistent
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.2 |
| Component: | Security | Version: | 4.1 |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
As a part of #1434, returned graphs will be both group- and permissions- consistent. At write time, group and permission consistency is enforced and violations will throw an exception. If at read time mixed graphs were returned, then before liking any two returned objects it would be necessary to first check their group (permissions follow from the groups). By returned consistent graphs, mistakes can be minimized (though not eliminated, since a link between return values from two separate calls could still be attempted).
Change History (2)
comment:1 Changed 10 years ago by jmoore
- r6019 Added GroupSecurityViolation?
- r6020 Modifying SecurityFilter? for consistent graphs
- r6022 group-consistent graph test fixes
comment:2 Changed 10 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
With these commits, graphs are being returned appropriately. The filter could be improved (#1771) and may need further testing as a part of that ticket.