paper-with-me

Papers

Towards security defect prediction with AI

2018-08-29 · Carson D. Sestili, William S. Snavely, Nathan M. VanHoudnos

In this study, we investigate the limits of the current state of the art AI system for detecting buffer overflows and compare it with current static analysis tools. To do so, we developed a code generator, s-bAbI, capable of producing an arbitrarily large number of code samples of controlled complexity. We found that the static analysis engines we examined have good precision, but poor recall on this dataset, except for a sound static analyzer that has good precision and recall. We found that the state of the art AI system, a memory network modeled after Choi et al. [1], can achieve similar performance to the static analysis engines, but requires an exhaustive amount of training data in order to do so. Our work points towards future approaches that may solve these problems; namely, using representations of code that can capture appropriate scope information and using deep learning methods that are able to perform arithmetic operations.

📄 PDF Abstract BibTeX arXiv:1808.09897

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

An Insight into Security Code Review with LLMs: Capabilities, Obstacles, and Influential Factors

2024-01-29 · Jiaxin Yu, Peng Liang, Yujia Fu, Amjed Tahir 외

Security code review is a time-consuming and labor-intensive process typically requiring integration with automated security defect detection tools. However, existing security analysis tools struggle with poor generaliza…

Defect Detection

Automatic Repair and Type Binding of Undeclared Variables using Neural Networks

2019-07-14 · Venkatesh Theru Mohan, Ali Jannesari

Deep learning had been used in program analysis for the prediction of hidden software defects using software defect datasets, security vulnerabilities using generative adversarial networks as well as identifying syntax e…

Machine TranslationTranslationVocal Bursts Type Prediction

Assessing the Quality and Security of AI-Generated Code: A Quantitative Analysis

2025-08-20 · Abbas Sabra, Olivier Schmitt, Joseph Tyler arxiv

This study presents a quantitative evaluation of the code quality and security of five prominent Large Language Models (LLMs): Claude Sonnet 4, Claude 3.7 Sonnet, GPT-4o, Llama 3.2 90B, and OpenCoder 8B. While prior rese…

Code Generation

Defect Prediction Using Stylistic Metrics

2022-06-22 · Rafed Muhammad Yasir, Dr. Ahmedul Kabir

Defect prediction is one of the most popular research topics due to its potential to minimize software quality assurance efforts. Existing approaches have examined defect prediction from various perspectives such as comp…

Predictionregression

On The Effectiveness of One-Class Support Vector Machine in Different Defect Prediction Scenarios

2022-02-24 · Rebecca Moussa, Danielle Azar, Federica Sarro

Defect prediction aims at identifying software components that are likely to cause faults before a software is made available to the end-user. To date, this task has been modeled as a two-class classification problem, ho…

One-Class ClassificationPrediction