CVE-2025-61642 HTMLButtonField::buildCodexComponent() expects raw HTML for its button label parameter, and this makes sense in the context of that class. But it was also being used to build the submit button, where we were passing in a plain text button label. Escape the button label before passing it in, and more clearly document that this parameter expects raw HTML. Bug: T402313 Change-Id: I7fe42df7b9a3fd97eaf89515b7c1afb5ae3e688c |
||
|---|---|---|
| .. | ||
| fields | ||
| CodexHTMLForm.php | ||
| CollapsibleFieldsetLayout.php | ||
| HTMLForm.php | ||
| HTMLFormActionFieldLayout.php | ||
| HTMLFormElement.php | ||
| HTMLFormField.php | ||
| HTMLFormFieldLayout.php | ||
| HTMLFormFieldRequiredOptionsException.php | ||
| HTMLNestedFilterable.php | ||
| OOUIHTMLForm.php | ||
| VFormHTMLForm.php | ||