paper-with-me

Papers

Sequential Graph Neural Networks for Source Code Vulnerability Identification

2023-05-23 · Ammar Ahmed, Anwar Said, Mudassir Shabbir, Xenofon Koutsoukos

Vulnerability identification constitutes a task of high importance for cyber security. It is quite helpful for locating and fixing vulnerable functions in large applications. However, this task is rather challenging owing to the absence of reliable and adequately managed datasets and learning models. Existing solutions typically rely on human expertise to annotate datasets or specify features, which is prone to error. In addition, the learning models have a high rate of false positives. To bridge this gap, in this paper, we present a properly curated C/C++ source code vulnerability dataset, denoted as CVEFunctionGraphEmbeddings (CVEFGE), to aid in developing models. CVEFGE is automatically crawled from the CVE database, which contains authentic and publicly disclosed source code vulnerabilities. We also propose a learning framework based on graph neural networks, denoted SEquential Graph Neural Network (SEGNN) for learning a large number of code semantic representations. SEGNN consists of a sequential learning module, graph convolution, pooling, and fully connected layers. Our evaluations on two datasets and four baseline methods in a graph classification setting demonstrate state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2306.05375

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Multi-View Pre-Trained Model for Code Vulnerability Identification

2022-08-10 · Xuxiang Jiang, Yinhao Xiao, Jun Wang, Wei zhang

Vulnerability identification is crucial for cyber security in the software-related industry. Early identification methods require significant manual efforts in crafting features or annotating vulnerable code. Although th…

Contrastive Learning

Devign: Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks

2019-09-08 · NeurIPS 2019 12 · Yaqin Zhou, Shangqing Liu, JingKai Siow, Xiaoning Du 외

Vulnerability identification is crucial to protect the software systems from attacks for cyber security. It is especially important to localize the vulnerable functions among the source code to facilitate the fix. Howeve…

General ClassificationGraph Neural Network

Vignat: Vulnerability identification by learning code semantics via graph attention networks

2023-10-30 · Shuo Liu, Gail Kaiser

Vulnerability identification is crucial to protect software systems from attacks for cyber-security. However, huge projects have more than millions of lines of code, and the complex dependencies make it hard to carry out…

Graph AttentionVulnerability Detection

An Unbiased Transformer Source Code Learning with Semantic Vulnerability Graph

2023-04-17 · Nafis Tanveer Islam, Gonzalo De La Torre Parra, Dylan Manuel, Elias Bou-Harb 외

Over the years, open-source software systems have become prey to threat actors. Even as open-source communities act quickly to patch the breach, code vulnerability screening should be an integral part of agile software d…

Vulnerability Detection

Critical link identification of power system vulnerability based on modified graph attention network

2024-09-12 · Changgang Wang, Xianwei Wang, Yu Cao, Yang Li 외

With the expansion of the power grid and the increase of the proportion of new energy sources, the uncertainty and random factors of the power grid increase, endangering the safe operation of the system. It is particular…

Graph Attention