ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Security (28)
  5. Unlimited string attributes should not be editable by anonymous users

Unlimited string attributes should not be editable by anonymous users

Released in version 1.6 (03 March 2020)

Otherwise, a malicious agent could set a very long value for the attribute causing the database to run out of space.

Non-compliant example:

*assuming that AnonymousUserModuleRole is a module role that is related to the project role for anonymous users in the app.

Compliant example:

No write access or the string length should be limited.