apache / paimon-webui

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

[Bug] Add parameter validation in backend interface #467

Closed XianmingZhou00 closed 1 month ago

XianmingZhou00 commented 1 month ago

Search before asking

Paimon UI version

main

Compute Engine

Flink

Minimal reproduce step

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.

What doesn't meet your expectations?

Currently, parameter validation has not been added to the backend interface。

Anything else?

No response

Are you willing to submit a PR?