Injection
XML Injection
-
Solution
- Encode
<with< - Specify the type of HTML input:
<input type="email">(front-end validation, which is more efficient)
- Encode
Solution
< with <<input type="email"> (front-end
validation, which is more efficient)