**Missing_X_Frame_Options** issue exists @ **root/WEB-INF/web.xml** in branch **master** *The web-application does not properly utilize the "X-FRAME-OPTIONS" header to restrict embedding web-pages inside of a frame.* Severity: Low CWE:1021 [Checkmarx](http://yairh-lt.dm.cx/CxWebClient/ViewerMain.aspx?scanid=1010014&projectid=3&pathid=342) [Training](https://checkmarx-demo.codebashing.com/courses/) [Recommended Fix](http://yairh-lt.dm.cx/CxWebClient/ScanQueryDescription.aspx?queryID=3053&queryVersionCode=85219986&queryTitle=Missing_X_Frame_Options) Lines: [1](https://github.com/CxYair/CxFlowGithub/blob/master/root/WEB-INF/web.xml#L1) --- [Code (Line #1):](https://github.com/CxYair/CxFlowGithub/blob/master/root/WEB-INF/web.xml#L1) ``` <?xml version="1.0" encoding="ISO-8859-1"?> ``` ---