Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider sanitation of form definitions via CRUD API #6664

Open
ebruchez opened this issue Dec 5, 2024 · 0 comments
Open

Consider sanitation of form definitions via CRUD API #6664

ebruchez opened this issue Dec 5, 2024 · 0 comments

Comments

@ebruchez
Copy link
Collaborator

ebruchez commented Dec 5, 2024

Right now, the CRUD API just takes form definitions and form data and forwards them to persistence providers to save them.

We have a request to sanitize specifically form definitions, to help prevent injections. One question was whether this is needed or useful, or whether #6533 covers sufficient ground.

It would be good to be able to validate form definitions upon PUT, as a general option. HTML sanitation could be part of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant