Bugzilla – Attachment 125937 Details for
Bug 24698
UNIMARC authorities leader plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24698: (QA follow-up) Filter untrusted input to prevent XSS
Bug-24698-QA-follow-up-Filter-untrusted-input-to-p.patch (text/plain), 1.22 KB, created by
George Veranis
on 2021-10-08 08:17:16 UTC
(
hide
)
Description:
Bug 24698: (QA follow-up) Filter untrusted input to prevent XSS
Filename:
MIME Type:
Creator:
George Veranis
Created:
2021-10-08 08:17:16 UTC
Size:
1.22 KB
patch
obsolete
>From 147f61a4f6c9f78d92e0b7640decefb74d35c54a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@iki.fi> >Date: Sun, 3 Oct 2021 12:19:30 +0000 >Subject: [PATCH] Bug 24698: (QA follow-up) Filter untrusted input to prevent > XSS > >Signed-off-by: George Veranis <gveranis@dataly.gr> >--- > .../cataloguing/value_builder/unimarc_leader_authorities.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt >index 2e4e1a2b79..3a4962c23d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt >@@ -188,7 +188,7 @@ > //<![CDATA[ > function report() { > var doc = opener.document; >- var field = doc.getElementById("[% index %]"); >+ var field = doc.getElementById("[% index | html %]"); > > field.value =' '+document.f_pop.f5.value+document.f_pop.f6.value+' '+document.f_pop.f9.value+'22 '+document.f_pop.f17.value+' '+'45 '; > >-- >2.20.1
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 24698
:
118186
|
124437
|
125669
|
125670
|
125671
|
125672
|
125673
|
125674
|
125675
|
125676
|
125677
|
125678
|
125679
|
125680
|
125929
|
125930
|
125931
|
125932
|
125933
|
125934
|
125935
|
125936
|
125937
|
125938
|
125939
|
125940
|
125998
|
125999
|
126000
|
126001
|
126002
|
126003
|
126004
|
126005
|
126006
|
126007
|
126008
|
126009
|
126010