https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 66045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66045&action=edit Bug 19121: [PoC] Prevent XSS - Escape variables when sent to scripts We will need to adapt Koha::CGI->param to work in list context (even if it is considered bad), and explicitely call ->param_raw when we do not want the escape to be done. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
