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 #469

Closed XianmingZhou00 closed 1 month ago

XianmingZhou00 commented 1 month ago

close: #468

Purpose

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.

Tests

API and Format

No.

Documentation

No.