Web Security

Input Validation

English

Overview

Processing that checks whether user input matches what's expected.

Details

Processing that checks whether external input satisfies the expected conditions -- format, range, type, and so on -- forming the basis of defense against injection attacks.

More Security terms