Multiple choice technology security

Which are the default scripting codecs supported by the security API

  1. JavaScript

  2. VBScript

  3. Both of the above

  4. None of the above

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

Security APIs commonly support scripting languages like JavaScript and VBScript for dynamic content execution and security validation. Option C correctly identifies both as standard supported codecs in many security frameworks.

AI explanation

This security API ships default codec implementations for encoding output destined for script contexts, and it includes both a JavaScriptCodec and a VBScriptCodec out of the box so developers can safely place untrusted data inside `` blocks written in either language. Since both are provided by default, neither the JavaScript-only nor VBScript-only option is complete on its own.