We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fd7bc commit 937ed5aCopy full SHA for 937ed5a
main/inc/ajax/document.ajax.php
@@ -76,7 +76,7 @@
76
case 'document_destination':
77
//obtained the bootstrap-select selected value via ajax
78
$dirValue = isset($_POST['dirValue']) ? $_POST['dirValue'] : null;
79
- echo $dirValue;
+ echo Security::remove_XSS($dirValue);
80
break;
81
}
82
exit;
0 commit comments