Validation of Group Name and Group Address is flawed #29

Closed
opened 2023-11-28 11:18:36 +01:00 by summersamara · 0 comments
Collaborator

Problem: When creating or updating a Group, we can bypass the required fields validations by manipulating the html attributes of said fields (remove the "required" attr)

Affected fields:

  • group name
  • group address

Expected:
Groups MUST NOT be created or updated when a required field is empty.

The required fields validation should be done on the server side and be consistent with the front-end validation.

linked to #27

**Problem:** When creating or updating a Group, we can bypass the required fields validations by manipulating the html attributes of said fields (remove the "required" attr) Affected fields: - group name - group address **Expected:** Groups MUST NOT be created or updated when a required field is empty. The required fields validation should be done on the server side and be consistent with the front-end validation. linked to https://git.potsda.mn/potsda.mn/mobilizon/issues/27
summersamara added the
bug
label 2023-11-28 11:18:36 +01:00
summersamara added
wontfix
and removed
bug
labels 2023-12-24 00:42:06 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: potsda.mn/mobilizon#29
No description provided.