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
Privacy_Violation issue exists @ src/main/webapp/login.jsp in branch refs/heads/master
Method c.getValue at line 15 of src\main\webapp\login.jsp sends user information outside the application. This may constitute a Privacy Violation.
Severity: Medium
CWE:359
Vulnerability details and guidance
Checkmarx
Training Recommended Fix
Lines: 15
Code (Line #15):
password= c.getValue();
The text was updated successfully, but these errors were encountered:
Issue still exists.
Sorry, something went wrong.
No branches or pull requests
Privacy_Violation issue exists @ src/main/webapp/login.jsp in branch refs/heads/master
Method c.getValue at line 15 of src\main\webapp\login.jsp sends user information outside the application. This may constitute a Privacy Violation.
Severity: Medium
CWE:359
Vulnerability details and guidance
Checkmarx
Training
Recommended Fix
Lines: 15
Code (Line #15):
The text was updated successfully, but these errors were encountered: