Limit this search to....

Using Automated Fix Generation
Contributor(s): Thomas, Stephen (Author)
ISBN: 3639454391     ISBN-13: 9783639454390
Publisher: AV Akademikerverlag
OUR PRICE:   $50.27  
Product Type: Paperback - Other Formats
Published: August 2012
Qty:
Additional Information
BISAC Categories:
- Computers | Security - Online Safety & Privacy
Physical Information: 0.2" H x 6" W x 9" (0.30 lbs) 84 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Revision with unchanged content. Since 2002, over 10% of total cyber vulnerabilities were SQL injection vulnerabilities (SQLIVs). Since most developers are not experienced software security practitioners, a solution for correctly removing SQLIVs that does not require security expertise is desirable. In this paper, an automated fix generation algorithm for removing SQLIVs by replacing SQL statements with prepared SQL statements is described. Automated fix generation is a type of automated code generation that analyzes project artifacts containing faults and uses the analysis to generate fault free alternative or replacement code. Prepared SQL statements have a static structure and take type-specific input parameters, which prevents SQL injection attack input from changing the structure and logic of a statement. The automated fix algorithm is evolved over the course of preparing for and analyzing the results of four formative and evaluative case studies.