Details
Description
CallLogDAO in SIP Plugin is using prepared Statements.
But still inserting SQL Query values in the initialization String.
The values MUST be inserted in the prepared Statement via PreparedStatement Instance to prevent SQL Injection.
This should fix problem #2 as described in http://www.andreas-kurtz.de/advisories/AKADV2008-001-v1.0.txt