SQLUnitGen: SQL Injection Testing Using Static and Dynamic Analysis

Yonghee Shin,Laurie Williams,Tao Xie
2006-01-01
Abstract:This paper proposes an approach to facilitate the identification of actual input manipulation vulnerabilities via automated testing based on static analysis. We implemented a prototype of a SQL injection vulnerability detection tool, SQLUnitGen, which we compared to a static analysis tool, FindBugs. The evaluation results show that our approach can be used to locate precise vulnerable locations of source code and help to identify false positives that are caused by static analysis tools.
What problem does this paper attempt to address?