2012 IEEE 36th Annual Computer Software and Applications Conference Workshops 2012
DOI: 10.1109/compsacw.2012.106
|View full text |Cite
|
Sign up to set email alerts
|

On Security Analysis of PHP Web Applications

Abstract: Abstract-In recent years, focus of business world has been moved towards the Internet. Web applications provide a generous interface non-stop thus offering to malicious users a wide spectrum of possible attacks. Consequently, the security of web applications has become a crucial issue.The state-of-the-art tools for bug discovery in languages used for web-application development, such as PHP, suffer from a relatively high false-positive rate and low coverage of real errors; this is caused mainly by unprecise mo… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
18
0

Year Published

2014
2014
2023
2023

Publication Types

Select...
4
1

Relationship

1
4

Authors

Journals

citations
Cited by 6 publications
(18 citation statements)
references
References 17 publications
0
18
0
Order By: Relevance
“…Dynamic languages such as PHP contain features that pose significant challenges for static analysis. In our previous position paper [1] we introduced our approach to static analysis of PHP and described particular parts of the Weverca analyzer [2]. In this paper we focused on the data modeling part.…”
Section: Discussionmentioning
confidence: 99%
See 4 more Smart Citations
“…Dynamic languages such as PHP contain features that pose significant challenges for static analysis. In our previous position paper [1] we introduced our approach to static analysis of PHP and described particular parts of the Weverca analyzer [2]. In this paper we focused on the data modeling part.…”
Section: Discussionmentioning
confidence: 99%
“…1 as a running example. $t = $arr [1]; // t can be either undefined or can have value 1 6 $t[2] = 2; // can update also $alias [2] and e.g. $arr […”
Section: Motivation and Overviewmentioning
confidence: 99%
See 3 more Smart Citations