mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Fixed Trac#446: XSS vulnerabilities... to be tested !
Also fixed the display/download links on documents that were both doing exactly the same thing ! SVN:trunk[1443]
This commit is contained in:
@@ -49,8 +49,8 @@ $oP->add_linked_script("../js/jquery.blockUI.js");
|
||||
// Now render the content of the page
|
||||
$sBaseClass = utils::ReadParam('baseClass', 'Organization');
|
||||
$sClass = utils::ReadParam('class', $sBaseClass);
|
||||
$sOQLClause = utils::ReadParam('oql_clause', '');
|
||||
$sFilter = utils::ReadParam('filter', '');
|
||||
$sOQLClause = utils::ReadParam('oql_clause', '', false, 'raw_data');
|
||||
$sFilter = utils::ReadParam('filter', '', false, 'raw_data');
|
||||
$sOperation = utils::ReadParam('operation', '');
|
||||
|
||||
// First part: select the class to search for
|
||||
|
||||
Reference in New Issue
Block a user