Secure programmer: Keep an eye on inputs


Read With Formatting | Free Open Source Tutorials Account

Server Side Coding Tutorials
Thread: Secure programmer: Keep an eye on inputs


md_doc
This article discusses various ways data gets into your program, emphasizing how to deal appropriately with them; you might not even know about them all! It first discusses how to design your program to limit the ways data can get into your program, and how your design influences what is an input. It then discusses various input channels and what to do about them, including environment variables, files, file descriptors, the command line, the graphical user interface (GUI), network data, and miscellaneous inputs. Read Secure programmer: Keep an eye on inputs here. (http://www.opensourcetutorials.com/tutorials/Server_Side_Coding/Administration/eye-on-inputs/page1.html)