Skip to content

Commit 0aeaf2d

Browse files
aschneuwmallamanis
authored andcommitted
Add 2024 Casey et al Cybersec Rep Learning Paper
1 parent 75accff commit 0aeaf2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: _publications/casey2024survey.markdown

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: publication
3+
title: "A Survey of Source Code Representations for Machine Learning-Based Cybersecurity Tasks"
4+
authors: Beatrice Casey, Joanna C. S. Santos, George Perry
5+
conference:
6+
year: 2024
7+
additional_links:
8+
- {name: "ArXiV", url: "https://arxiv.org/abs/2403.10646"}
9+
tags: ["survey", "cybersecurity", "vulnerability"]
10+
---
11+
Machine learning techniques for cybersecurity-related software engineering tasks are becoming increasingly popular. The representation of source code is a key portion of the technique that can impact the way the model is able to learn the features of the source code. With an increasing number of these techniques being developed, it is valuable to see the current state of the field to better understand what exists and what's not there yet. This paper presents a study of these existing ML-based approaches and demonstrates what type of representations were used for different cybersecurity tasks and programming languages. Additionally, we study what types of models are used with different representations. We have found that graph-based representations are the most popular category of representation, and Tokenizers and Abstract Syntax Trees (ASTs) are the two most popular representations overall. We also found that the most popular cybersecurity task is vulnerability detection, and the language that is covered by the most techniques is C. Finally, we found that sequence-based models are the most popular category of models, and Support Vector Machines (SVMs) are the most popular model overall.

0 commit comments

Comments
 (0)