Bugzilla – Attachment 66028 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 2) Fix letters.tt XSS flaw
Bug-19034-followup-2-Fix-letterstt-XSS-flaw.patch (text/plain), 1.05 KB, created by
Jonathan Druart
on 2017-08-15 16:26:36 UTC
(
hide
)
Description:
Bug 19034: (followup 2) Fix letters.tt XSS flaw
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-08-15 16:26:36 UTC
Size:
1.05 KB
patch
obsolete
>From 2610e1ac049062673b61428e88bc85906290e9f7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 15 Aug 2017 13:26:12 -0300 >Subject: [PATCH] Bug 19034: (followup 2) Fix letters.tt XSS flaw > >--- > 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 056f9b4343..25523cedc5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -181,7 +181,7 @@ $(document).ready(function() { > [% IF ( no_op_set ) %] > <h1>Notices and Slips</h1> > <form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary"> >- <input type="hidden" name="searchfield" value="[% searchfield %]" /> >+ <input type="hidden" name="searchfield" value="[% searchfield | html %]" /> > [% UNLESS independant_branch %] > <p> > Select a library : >-- >2.11.0
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