Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials
Josef Moravec b59988f78d Bug 19738: Fix XSS on vendor name in serials module
Test plan:

1) do not apply this patch
2) Have at least one vendor which name does contain javascript, for
example: <i>Vendor 1</i><script>alert('Hi');</script>
3) go to serial module and create new subscription
4) use "Search for vendor"
5) Search for your vendor, when search results table is presented, the
javascript is executed
6) go through subscription creation and save the new subscription
7) On subscription detail page, the javascript is executed as well
8) apply this patch
9) Repeat 3-7, the script is not executed, the input is escaped

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-02-15 16:04:40 -03:00
..
tables
acqui-search-result.tt Bug 19738: Fix XSS on vendor name in serials module 2018-02-15 16:04:40 -03:00
acqui-search.tt
add_fields.tt
checkexpiration.tt
claims.tt
result.tt
routing-preview-slip.tt
routing-preview.tt
routing.tt
serials-collection.tt
serials-edit.tt
serials-home.tt
serials-search.tt
showpredictionpattern.tt
subscription-add.tt
subscription-bib-search.tt
subscription-detail.tt Bug 19738: Fix XSS on vendor name in serials module 2018-02-15 16:04:40 -03:00
subscription-frequencies.tt
subscription-history.tt
subscription-numberpatterns.tt
subscription-renew.tt
viewalerts.tt