Skip to content

Commit

Permalink
Scientific Paper Proposal - Week 6 (#2556)
Browse files Browse the repository at this point in the history
* Scientific Paper

* Update README.md
NicoleWij authored Sep 29, 2024
1 parent 9900028 commit 2630002
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contributions/scientific-paper/week6/hocker-nwijkman/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Assignment Proposal

## Title

Machine Learning-Based Run-Time DevSecOps: ChatGPT Against Traditional Approach

## Names and KTH ID

- Simon Hocker (hocker@kth.se)
- Nicole Wijkman (nwijkman@kth.se)

## Deadline

- Week 6

## Category

- Scientific paper

## Description

We will present a recent scientific paper from this year wherein they perform a comparative study between two different approaches to classifying suspicious server log activities and detecting potential threats. Specifically, it compares the classic, traditional machine learning approach of using Weka API for classification with a new proposed novel method of using ChatGPT for performing runtime log analysis. They explore the mechanics and potential of using ChatGPT in Python where context represents labelled data and the questions themselves contain the log records which are being evaluated. Beyond exploring the possibility of it, they also analyse the viability of the novel method, and examine its potential as well as its drawbacks and limitations, and then compares it with the tried and true Weka API method.

Our presentation will begin by elaborating on why such research is important for the field of DevSecOps, as well as describing the scenario being analysed in the paper. From there, we will go on to detail the workings of both the new and the traditional approach in detail, followed by their respective strengths and weaknesses. Afterwards, we will end the presentation with an explanation of the paper's conclusions.([Machine Learning-Based Run-Time DevSecOps: ChatGPT Against Traditional Approach](https://ieeexplore.ieee.org/document/10192161))

**Relevance**

Security integration in the DevOps pipeline is crucial for maintaining a secure development environment. This paper addresses this need by introducing AI-driven automated log analysis techniques to detect security threats during runtime. It also compares this approach with traditional machine learning practices, providing valuable insights for enhancing security and efficiency in agile development workflows.

0 comments on commit 2630002

Please sign in to comment.