Multiple choice technology security

The security API supports codecs for SQL Strings of which of the following databases ?

  1. Oracle

  2. MySQL

  3. Both of the above

  4. Oracle, MySQL, Sybase, DB2

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

The security API (OWASP ESAPI) contains built-in codecs for both Oracle (OracleCodec) and MySQL (MySQLCodec) to prevent SQL injection attacks. While other databases can also be supported via custom implementations, these two databases are explicitly covered by default SQL codecs provided in the core library.