Static Information Flow Tracking Based Approach to Detect Input Validation Vulnerabilities

Zhi-yuan WAN,Bo ZHOU
DOI: https://doi.org/10.3785/j.issn.1008-973x.2015.04.011
2015-01-01
Abstract:An approach based on static information flow tracking was proposed to detect input validation vulnerabilities in order to reduce the false positive rate of vulnerability detection techniques based on static analysis.The approach was implemented on top of the static code analysis tool FindBugs.The performance and precision of our approach were evaluated.Experimental results show that our approach can effectively detect input validation vulnerabilities.The false positive rate of FindBugs was reduced by 55.7% without significantly slowing the performance.
What problem does this paper attempt to address?