**Information_Leak_Through_Comments** issue exists @ **root/advanced.jsp** in branch **master** *A comment in root\advanced.jsp in line 12 seems to be leaking potentially sensitive information.* Severity: Low CWE:615 [Checkmarx](http://yairh-lt.dm.cx/CxWebClient/ViewerMain.aspx?scanid=1010014&projectid=3&pathid=337) [Training](https://checkmarx-demo.codebashing.com/courses/) [Recommended Fix](http://yairh-lt.dm.cx/CxWebClient/ScanQueryDescription.aspx?queryID=1644&queryVersionCode=67818836&queryTitle=Information_Leak_Through_Comments) Lines: [12](https://github.com/CxYair/CxFlowGithub/blob/master/root/advanced.jsp#L12) --- [Code (Line #12):](https://github.com/CxYair/CxFlowGithub/blob/master/root/advanced.jsp#L12) ``` // stmt.execute("UPDATE Score SET status = 1 WHERE task = 'AES_SQLI'"); ``` ---