VOOZH about

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

⇱ OWASP Archives - Java Code Geeks


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

    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 »
  • Core Java👁 Image
    Yatin BatraMarch 19th, 2025
    0 1,267

    Java Maven OWASP Dependency-Check Example

    With the increasing use of open-source libraries, ensuring software security has become a critical aspect of development. Many applications rely…

    Read More »
  • Core Java👁 Image
    Yatin BatraSeptember 3rd, 2024
    0 1,676

    Unescape HTML Characters in Java

    HTML entities are special characters reserved in HTML that need to be represented by a specific code. For instance, the…

    Read More »
  • Software Development👁 Image
    Jim BirdJuly 8th, 2014
    0 87

    10 things you can do as a developer to make your app secure: #9 Start with Requirements

    To build a secure system, you should start thinking about security from the beginning. Legal and Compliance Constraints First, make…

    Read More »
Back to top button
Close