Skip to content

Commit

Permalink
Create README.md (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flopalot authored Sep 6, 2024
1 parent a6c3a4f commit 48a9093
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions contributions/scientific-paper/week3/vikfor-ollegu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Assignment Proposal

## Title

Understanding Security Threats in Open-Source Software CI/CD Pipelines

## Names and KTH ID

- Viktor Fornstad ([email protected])
- Olle Gunnemyr ([email protected])

## Deadline

- Week 3

## Category

- Scientific paper

## Description

In this scientific presentation we will present the importance of security in a CI/CD-pipeline, with a focus on CD. We want to spread awareness of its attacks surfaces and security impacts. This will be based on the scientific paper: [Understanding Security Threats in Open-Source Software CI/CD Pipelines](https://ieeexplore-ieee-org.focus.lib.kth.se/stamp/stamp.jsp?tp=&arnumber=10061526).

**Relevance**

With the growing use of CI/CD-pipelines it is important to take security into consideration. With a lot of code existing on places such as GitHub the pipelines are available for most to see and the pipelines themselves being easier to access for the general public through actions such as pull requests, which can lack any strict authentication. Therefor, existing vulnerabilities could be exploited by attackers and lead to contaminated deployments among other things.
Even worse, people are not aware of the attack surface and its corresponding impacts, highlighting the importance of this area and why it is important for a good CD-pipeline.

0 comments on commit 48a9093

Please sign in to comment.