Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 377 Bytes

117-knowledge_base--Canonicalized_user_input--.md

File metadata and controls

executable file
·
14 lines (8 loc) · 377 Bytes

Canonicalised user input

Description:

Whenever user-input is partially validated there is a high probability that the application misses a malicious input which could execute into a successful attack on your application.

Solution:

All user-input should be validated whenever the user-input string is complete and is being processed by your application.