VOOZH about

URL: https://www.javacodegeeks.com/tag/xss

⇱ XSS Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Omozegie AziegbeJuly 2nd, 2025
    0 3,124

    Sanitizing HTML to Prevent XSS Attacks Using OWASP

    Sanitizing user-generated HTML is essential for preventing XSS attacks in Java applications. Two widely used libraries for this are OWASP…

    Read More »
  • Software Development👁 Image
    Sergio MolinaJanuary 23rd, 2014
    1 510

    Detecting and Fixing XSS using OWASP tools

    Much have been written about XSS vulnerabilities scanning. In this article we will try to go a little further and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Advait TrivediAugust 20th, 2012
    1 185

    Cross Site Scripting (XSS) and prevention

    Variants of Cross site scripting (XSS) attacks are almost limitless as mentioned on the OWASP site (https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)). Here I propose…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ricardo ZuastiJuly 2nd, 2012
    31 7,359

    Anti cross-site scripting (XSS) filter for Java web apps

    Here is a good and simple anti cross-site scripting (XSS) filter written for Java web applications. What it basically does…

    Read More »
Back to top button
Close