We have developed a new application, and before moving the changes we did a static scan of code using checkmarx. There is a medium level vulnerablity that is found in the code named Client Cross Frame Scripting Attack.
This is detacted at first line of the JSP page :
<!DOCTYPE html>
Can you please help me understand this attack and what should be done to eliminate this?