
PLarsen558659 (Community Member) asked a question.
The samples below comes out differently in static scans, the first produce no errors while the second one does.
How do I come around this Please?
var s = string.Format(@"{0}", InputCleansers.ClearLog(data)); //works
var s = $"{InputCleansers.ClearLog(data)}"; //produce flaws ID 117
//and the actual logging
_logger.LogInformation(s);
.png)
I would recommend you contact our technical support team. Here's how you can log a case:
1. Navigate to the upper right corner of any page in the Community, click on your user avatar.
2. Select Contact Support from the drop-down menu.
In that please specify the URL to the Veracode Platform results wherein this appears (for example: https://analysiscenter.veracode.com/auth/index.jsp#ReviewResultsStaticFlaws:... ) and the relevant flaw id.
Thank you,
Boy Baukema