Parameter validation
From Infogalactic: the planetary knowledge core
Lua error in package.lua at line 80: module 'strict' not found. Lua error in package.lua at line 80: module 'strict' not found. In computer software, the term parameter validation[1][2] is the automated processing, in a module, to validate the spelling or accuracy of parameters passed to that module. The term has been in common use for over 30 years.[1] Specific best practices have been developed, for decades, to improve the handling of such parameters.[1][2][3]
Parameter validation can be used to defend against cross-site scripting attacks.[4]
See also
Notes
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
References
- "Parameter validation for software reliability", G.B. Alleman, 1978, webpage: ACM-517: paper presents a method for increasing software reliability through parameter validation.
<templatestyles src="Asbox/styles.css"></templatestyles>
- ↑ 1.0 1.1 1.2 "Parameter validation for software reliability", G.B. Alleman, 1978 (see below: References).
- ↑ 2.0 2.1 "Parameter Validation for Floats", MSDN.Microsoft.com, 2007, webpage: MSDN-862.
- ↑ "Feedback: Attribute-based method parameter validation and error handling", 2007, webpage: VStudio-327.
- ↑ http://weblogs.java.net/blog/caroljmcdonald/archive/2009/09/29/top-10-web-application-security-vulnerabilities-starting-xss