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

better input sanitization #101

Open
JohnRDOrazio opened this issue Feb 5, 2022 · 2 comments
Open

better input sanitization #101

JohnRDOrazio opened this issue Feb 5, 2022 · 2 comments
Milestone

Comments

@JohnRDOrazio
Copy link
Member

Perhaps we should do even more and better sanitization of GET / POST requests. For example using the filter-input function.

@JohnRDOrazio JohnRDOrazio added this to the v4.0 milestone Jan 22, 2023
@JohnRDOrazio
Copy link
Member Author

we already enforcing types, which is already a good thing. And we are also checking if the values are valid, against our faux enums. So there shouldn't be too much of an issue. But further sanitization can never hurt.

@JohnRDOrazio
Copy link
Member Author

this should pretty much be handled in the commits:

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