Fix reflected XSS: /hardware?status=[injectionpoint]

This commit is contained in:
Mathieu Kooiman
2016-03-13 13:53:20 +01:00
parent b85d624f08
commit 7e07c7dee3
+1 -1
View File
@@ -69,7 +69,7 @@
data-url="{{route('api.hardware.list', array(''=>Input::get('status'),'order_number'=>Input::get('order_number')))}}"
data-cookie="true"
data-click-to-select="true"
data-cookie-id-table="{{ Input::get('status') }}assetTable-{{ Config::get('version.hash_version') }}">
data-cookie-id-table="{{{ Input::get('status') }}}assetTable-{{ Config::get('version.hash_version') }}">
<thead>
<tr>
<th data-class="hidden-xs" data-switchable="false" data-searchable="false" data-sortable="false" data-field="checkbox"><div class="text-center"><input type="checkbox" id="checkAll" style="padding-left: 0px;"></div></th>