Multiple choice technology security

Name of the OWASP Project which is basically an API for ensuring user-supplied HTML/CSS is in compliance within an application's rules.

  1. AntiSamy

  2. WebScarab

  3. WebGoat

  4. ESAPI

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AntiSamy is the OWASP project that provides an API for ensuring user-supplied HTML/CSS content complies with application rules. It sanitizes input to prevent XSS attacks while allowing safe HTML. WebScarab is a proxy tool, WebGoat is a vulnerable app, and ESAPI is a broader security framework.