Bug 17028: Fix XSS in reserve/request.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 2 Aug 2016 14:41:49 +0000 (15:41 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 4 Aug 2016 18:12:05 +0000 (18:12 +0000)
commit66f81fc2101f194d39592bc28f3e2ff69764bc00
tree6a18f15b8631027f1d1566e8151b65885f2b962f
parentc6d3e5a50b0c3fa104cae61211f3d2259dc60f52
Bug 17028: Fix XSS in reserve/request.pl

Test plan:
Hit
  /cgi-bin/koha/reserve/request.pl?biblionumber=1"><script type="text/javascript">alert("XSS")</script>

=> Without this patch you will see the alert
=> With this patch, no more alert

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

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

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
reserve/request.pl