Using Automated Fix Generation to Mitigate SQL Injection Vulnerabilities


请输入要查询的图书:

可以输入图书全称,关键词或ISBN号

Using Automated Fix Generation to Mitigate SQL Injection Vulnerabilities

ISBN: 9783836464963

出版社: VDM Verlag Dr. Mueller e.K.

出版年: 2008-02-14

页数: 80

定价: USD 64.00

装帧: Paperback

内容简介


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.