We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SonarSource/sonar-dotnet#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();
The text was updated successfully, but these errors were encountered:
solved issue #125
7f15d9c
Merge pull request #126 from metamug/feature_false_positive
ddeea79
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
Sorry, something went wrong.
richard937
No branches or pull requests
SonarSource/sonar-dotnet#1865
Change the variable name to
uploadFileLocation
from uploadFilePath in UploaderService.javaThe text was updated successfully, but these errors were encountered: