Improper input validation: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date/fix the maintenance tags
mNo edit summary
Line 31:
* [[Format string attack]] - *printf format strings are dangerous
* [[Buffer overflow]] - Buffer overflows often occurs in unsafe string functions
* [[Cross -site scripting]] - unsafe output of input strings
* [[Directory traversal]] - concatenating strings to create a filename is not a good idea
* [[SQL injection]] - concatenating strings to create a SQL statement is not a good idea