dentsusoken / iPLAss

Java-based open source low-code development platform for enterprise
https://iplass.org/
GNU Affero General Public License v3.0
67 stars 25 forks source link

AdminConsoleで「エンティティの名前を変更する」を実行の際の入力値の検証漏れ #718

Closed yumaishida closed 3 years ago

yumaishida commented 3 years ago

AdminConsole上からエンティティ名を変更する際に、入力値に対する検証が漏れている。 エンティティ名を変更する際も同様に入力値の検証(先頭は英字のみ有効。英数字、アンダースコアのみ有効)を行う。

yumaishida commented 3 years ago

(English)

When changing the entity name from AdminConsole, some validation for the input value is missing. When changing the entity name, the input value is validated in the same way (only alphanumeric characters are valid at the beginning. Only alphanumeric characters and underscores are valid).