Our Product is gone through Security Testing .They have given some references from code for Log Forging.
One of those is :
DataRow dr = new DataRow();
var data=Convert.ToString(dataRow["ColumnName"]); // <--
I have Google, but got that if any information is logged which is not secure.
But here nothing is logged .
Please suggest your views.