Search In this Thesis
   Search In this Thesis  
العنوان
static code analysis for enhancing web applications using program transformation tools /
المؤلف
el-mowafy, mona nashaat ali.
هيئة الاعداد
باحث / مني نشأت علي الموافي
مشرف / هاني محمد كمال مهدي
مشرف / رباب فاروق عبد القادر
مشرف / محمد إبراهيم حبيب
مناقش / أيمن محمد بهاء الدين
مناقش / راوية يحي رزق
تاريخ النشر
2013.
عدد الصفحات
i-xv, 179 p., 6 leaves :
اللغة
الإنجليزية
الدرجة
ماجستير
التخصص
الهندسة الكهربائية والالكترونية
تاريخ الإجازة
25/11/2013
مكان الإجازة
جامعة بورسعيد - كلية الهندسة ببورسعيد - الهندسة الكهربية
الفهرس
Only 14 pages are availabe for public view

from 173

from 173

Abstract

With the increase of global accessibility of web applications, maintaining a reasonable security level for both user data and server resources have become an extremely challenging issue, therefore, security review has gain significant prominence, and given the fact that manual source code review might consume a lot of time and money. Hence, automating static code analysis tools can help developers to minimize both time and costs.
In this thesis, a new static analysis model is proposed in order to detect potential security flaws in PHP 5.3 source code, it is implemented in java and outputs reports in HTML format. It is designed to detect most of known taint-style security vulnerabilities.
The empirical results show that the proposed system is feasible, and able to contribute to the security of real –world web application. The proposed prototype managed to detect 94 % of security vulnerabilities found in the testing benchmarks; this clearly indicates the accuracy and robustness of the proposed model.