SELGMar 23, 2025

Enhancing Software Vulnerability Detection Using Code Property Graphs and Convolutional Neural Networks

arXiv:2503.18175v17 citationsh-index: 4Has Code2025 International Conference on Computational, Communication and Information Technology (ICCCIT)
Originality Incremental advance
AI Analysis

This addresses the problem of scalable and automated vulnerability detection for software developers, presenting an incremental improvement over traditional methods.

The paper tackles software vulnerability detection by combining code property graphs with convolutional neural networks, achieving a scalable and automated solution that enhances detection accuracy and granularity.

The increasing complexity of modern software systems has led to a rise in vulnerabilities that malicious actors can exploit. Traditional methods of vulnerability detection, such as static and dynamic analysis, have limitations in scalability and automation. This paper proposes a novel approach to detecting software vulnerabilities using a combination of code property graphs and machine learning techniques. By leveraging code property graphs, which integrate abstract syntax trees, control flow graphs, and program dependency graphs, we achieve a detailed representation of software code that enhances the accuracy and granularity of vulnerability detection. We introduce various neural network models, including convolutional neural networks adapted for graph data, to process these representations. Our approach provides a scalable and automated solution for vulnerability detection, addressing the shortcomings of existing methods. We also present a newly generated dataset labeled with function-level vulnerability types sourced from open-source repositories. Our contributions include a methodology for transforming software code into code property graphs, the implementation of a convolutional neural network model for graph data, and the creation of a comprehensive dataset for training and evaluation. This work lays the foundation for more effective and efficient vulnerability detection in complex software systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes