22 of 31
Output Validation
uData being output is subject to corruption if proper validation is not enforced. 
ØWeb pages, reports, calls to web services, logs, anywhere that data input by a third party is utilized.
ØDepending upon display format, offending characters may be new lines, tabs, tags, commas, etc. 
ØOutput format should be reviewed for appropriate and inappropriate content to ensure that the data being output is valid for that format.