-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
contributions/scientific-paper/week3/vikfor-ollegu/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |