4 papers
Enhanced Bug Prediction in JavaScript Programs with Hybrid Call-Graph Based Invocation Metrics
Gábor Antal, Zoltán Tóth, Péter Hegedűs +1
Bug prediction aims at finding source code elements in a software system that are likely to contain defects. Being aware of the most error-prone parts of the program, one can effic…
Challenging Machine Learning Algorithms in Predicting Vulnerable JavaScript Functions
Rudolf Ferenc, Péter Hegedűs, Péter Gyimesi +3
The rapid rise of cyber-crime activities and the growing number of devices threatened by them place software security issues in the spotlight. As around 90% of all attacks exploit…
Static JavaScript Call Graphs: A Comparative Study
Gábor Antal, Péter Hegedűs, Zoltán Tóth +2
The popularity and wide adoption of JavaScript both at the client and server side makes its code analysis more important than ever before. Most of the algorithms for vulnerability…
Transforming C++11 Code to C++03 to Support Legacy Compilation Environments
Gábor Antal, Dávid Havas, István Siket +3
Newer technologies - programming languages, environments, libraries - change very rapidly. However, various internal and external constraints often prevent projects from quickly ad…