Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

English
This article will discuss the implementation of Input Sanitization in Joget. The purpose of sanitizing text field values is to protect against malicious input that could lead to security vulnerabilities or unintended behavior. In Joget, a sanitization option is available for the following form element within the form:


1. Text Area

2. Text Field

3. Custom HTML

...

In the database, the text area & text field value are sanitized as shown in Figure 7.

Image Modified 

Figure 7: Database Result

...