smalos / nubuilder_dev

Audit required: SQL query might be vulnerable to injection attacks PHP-A1002
Security
Critical
2 occurrences in this check
Database queries should not be vulnerable to injection attacks
 702    $GLOBALS['EXTRAJS']		= '';
 703    nuEval($p . '_AB');
 704
 705    return $_POST['lookup_values']; 706}
 707
 708function nuGetAllLookupValues()
Database queries should not be vulnerable to injection attacks
424
425    $_POST['nuAfterEvent'] = true;
426
427    return $_POST['nuHash']['RECORD_ID'];428}
429
430function nuUpdateDatabaseAddNuLog(&$updateData, $userId, $table)