I have used polaris for static scan on one of my projects. The scan results shows that one of the java class has CWE-20 defect. It is reported for this particular line.
String propValue = req.getParameter(propertyName);
I have tried a few possible ways to resolve this but was not able to resolve. Is there any way that this can be solved?