apache / paimon-webui

Web ui for Apache Paimon.
https://paimon.apache.org/
Apache License 2.0
121 stars 58 forks source link

[Improvement] Add parameter validation in backend interface #468

Closed XianmingZhou00 closed 1 month ago

XianmingZhou00 commented 1 month ago

Search before asking

Motivation

Validating user input is crucial for building a secure and reliable backend api. Without proper validation,the api vulnerable to attacks and can lead to unexpected issues.Implementing parameter validation will improve the overall application security,enhance the user experience,and simplify the businsess logic.

Solution

Add parameter validation in backend interface.

Anything else?

No response

Are you willing to submit a PR?