amitaibu / og

A fork to work on OG8
https://github.com/Gizra/og
29 stars 16 forks source link

Write an integration test to check access and permissions #224

Open pfrenssen opened 8 years ago

pfrenssen commented 8 years ago

We currently only have some unit tests to test access on entity level. We should provide a full suite of integration tests too so that we can ensure that the access control works correctly. This is very important from a security perspective.

We had a bug recently in the access control that went undiscovered because it wasn't covered by tests: https://github.com/amitaibu/og/pull/214.

amitaibu commented 8 years ago

Sorry, didn't mean to close