Open d3ep4k opened 4 years ago
https://github.com/SonarSource/sonar-dotnet/issues/1865
Change the variable name to uploadFileLocation from uploadFilePath in UploaderService.java
uploadFileLocation
String uploadFilePath = System.getProperty("catalina.base") + File.separator + UPLOAD_DIR + request.getContextPath();
This issue is still reported by sonarqube. https://sonarcloud.io/component_measures?id=metamug_mason&metric=security_rating&selected=metamug_mason%3Asrc%2Fmain%2Fjava%2Fcom%2Fmetamug%2Fmason%2Fservice%2FUploaderService.java&view=list
https://github.com/SonarSource/sonar-dotnet/issues/1865
Change the variable name to
uploadFileLocation
from uploadFilePath in UploaderService.java