Skip to content
New issue

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

Avoid false positive vulnerability for file upload location #125

Open
d3ep4k opened this issue May 22, 2020 · 1 comment
Open

Avoid false positive vulnerability for file upload location #125

d3ep4k opened this issue May 22, 2020 · 1 comment
Assignees

Comments

@d3ep4k
Copy link
Contributor

d3ep4k commented May 22, 2020

SonarSource/sonar-dotnet#1865

Change the variable name to uploadFileLocation from uploadFilePath in UploaderService.java

String uploadFilePath = System.getProperty("catalina.base") + File.separator + UPLOAD_DIR + request.getContextPath();
@d3ep4k d3ep4k changed the title Avoid false positive Avoid false positive vulnerability for file upload location May 22, 2020
richard937 added a commit that referenced this issue May 23, 2020
d3ep4k added a commit that referenced this issue May 23, 2020
@d3ep4k d3ep4k closed this as completed May 23, 2020
@d3ep4k d3ep4k reopened this May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants