Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reviews
Galen Charlton 60983cfeee kohabug 2026 - HTML-escape comments
This is a partial, perhaps temporary fix.  "<", ">",
and "&" characters in patron comments (AKA reviews)
are converted to "&lt;", "&gt;", and "&amp;" to avoid
certain attacks, e.g., a user entering a <script> tag
in a comment.

A more permanent fix should scrub all (or perhaps just
unsafe) tags from submitted comments entirely.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-30 21:59:01 -05:00
..
reviewswaiting.tmpl kohabug 2026 - HTML-escape comments 2008-04-30 21:59:01 -05:00