User tests: Successful: Unsuccessful:
In earlier versions, the escape method of JViewHtml, HtmlView and BaseLayout was using the ENT_COMPAT flag for escaping, which does not escape single quotes. This leads to potential XSS-issues in some situations and therefore should be changed in 4.0.
This is done with this PR.
echo $this->escape("'");
to a component template of your choice.Single quotes are escaped
Single quotes aren't escaped.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Title |
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-18 17:22:38 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|