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
430
431    $_POST['nuAfterEvent'] = true;
432
433    return $_POST['nuHash']['RECORD_ID'];434}
435
436function nuUpdateDatabaseAddNuLog(&$updateData, $userId, $table)