You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The frontend shows custom input fields according to the configuration parameter custom_input_fields. On validation and submission, the data is sent to the backend as dict named custom, for example:
The backend does not check if these field names are actually allowed, a user could add any fields.
As the users are generally trusted and the configuration parameter is more a help to the user than a restriction, this is not critical, but should be addressed at some point.
The text was updated successfully, but these errors were encountered:
The frontend shows custom input fields according to the configuration parameter
custom_input_fields
. On validation and submission, the data is sent to the backend as dict namedcustom
, for example:The backend does not check if these field names are actually allowed, a user could add any fields.
As the users are generally trusted and the configuration parameter is more a help to the user than a restriction, this is not critical, but should be addressed at some point.
The text was updated successfully, but these errors were encountered: