formio.js icon indicating copy to clipboard operation
formio.js copied to clipboard

Protected Data Fields are rendered via Populate.

Open tkalmar opened this issue 1 year ago • 1 comments

Describe the bug

Protected Components should not be rendered in GET Requests (like Password). But when i use:

https://formio.form.io/user/login?populate=owner

i clearly see the password field of the owner

Version/Branch Latest

To Reproduce Steps to reproduce the behavior: call: https://formio.form.io/user/login?populate=owner the owner property gets populated including protected fields.

Expected behavior protected fields are not populated

Screenshots image

Additional context Similar Bug was https://github.com/formio/formio.js/issues/531 but marked as closed

tkalmar avatar Apr 11 '24 10:04 tkalmar

Thanks for reporting this. We will investigate this further.

For internal reference I have created a ticket: FIO-8231

lane-formio avatar Apr 17 '24 13:04 lane-formio