Default member access rights restricted

Check ID
DOM_0001

Category

Security

Summary

When configuring access rules for domain model entities it is possible to set the default access rights for new attributes. This is convenient because when you add a new attribute to your domain model, your access rules will be automatically updated. However, you should never set default rights to 'read/write'. By setting this to 'read' or 'none' (preferred), it forces you to think clearly about what level of access each user role should have to any new attributes in your domain model.

Options

This check does not have any options.

Pass

The default access rights for new members in an access rule is set to Read or None.

Fail

The default access rights for new members in an access rule is set to Read/Write.

Last updated