Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Input"

From NetSec
Jump to: navigation, search
(No difference)

Revision as of 06:42, 18 November 2010

Inputs are anything read by the application included but not limited to :

  • Command-line options
  • User input
  • Files
  • Database
  • Socket Data

That are parsed or used as a variable by the application.