Zebra_Form 是一个 PHP 类用于简化表单的创建和数据验证。
Changes:
1. A bug was fixed where dates having the day < 10 would not pass validation.
2. An issue was fixed that allowed malicious users to submit arbitrary values instead of the ones defined at the form’s creation for select controls, checkboxes, and radio buttons.
3. The severity of the issue was low, as the submitted values were still filtered for cross-site scripting (XSS) attempts, so no real harm could be done
暂无更多评论