Improper input validation: Difference between revisions

Content deleted Content added
Henke37 (talk | contribs)
m wording
Line 24:
=== Comment out characters ===
In many environments, it is possible to "ask" the system to ignore the rest of the string, using "comment" characters.
* Many languages: '''/*''' means ingoreignore everything until a '''*/''' combination.
* SQL: '''--''' means ignore rest of line
* Unix shells: '''#''' means ignore rest of line