- 🇫🇷France Dom.
Closed after 2 years of no activity.
Please provide more info on what is wrong here.
Security scans indicate the possibility of vulnerabilities due to improper use of fetchAssoc(). Can this be resolved or is this a false-positive?
search_autocomplete/search_autocomplete.autocomplete.inc line 67
function search_autocomplete_autocomplete($fid) {
$user_input = isset($_GET['term']) ? $_GET['term']: '';
$user_input = filter_xss($user_input);
$result = db_select('search_autocomplete_forms', 'f')
->fields('f', array('data_view', 'no_results', 'all_results'))
->condition('f.fid', $fid, '=')
->execute()
->fetchAssoc();
$view = views_get_view($result['data_view']);
Closed: cannot reproduce
4.9
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closed after 2 years of no activity.
Please provide more info on what is wrong here.