Bugzilla – Attachment 65562 Details for
Bug 19034
XSS Flaws in- Cities - Z39.50/SRU servers administration - Patron categories pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19034: (followup) Fix letters.tt XSS flaw
Bug-19034-followup-Fix-letterstt-XSS-flaw.patch (text/plain), 992 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-08-07 14:27:55 UTC
(
hide
)
Description:
Bug 19034: (followup) Fix letters.tt XSS flaw
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-08-07 14:27:55 UTC
Size:
992 bytes
patch
obsolete
>From 201df31db502c84f285244aa2869d375e9df8ced Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 7 Aug 2017 11:27:33 -0300 >Subject: [PATCH] Bug 19034: (followup) Fix letters.tt XSS flaw > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index 09a5e79..056f9b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -198,7 +198,7 @@ $(document).ready(function() { > </form> > > [% IF ( search ) %] >- <p>You searched for <b>[% searchfield %]</b></p> >+ <p>You searched for <b>[% searchfield | html %]</b></p> > [% END %] > [% IF ( letter && !independant_branch) %] > [% select_for_copy = BLOCK %] >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19034
:
65485
|
65486
|
65487
|
65559
|
65560
|
65561
| 65562 |
66028