From c69503e7ffb90cfd8dea96bbb3085184f1e83ad2 Mon Sep 17 00:00:00 2001 From: Zehao Jiang Date: Wed, 30 Mar 2022 12:08:04 +0200 Subject: [PATCH] Create README.md (#1612) --- contributions/essay/yilinc-zehaoj/README.md | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 contributions/essay/yilinc-zehaoj/README.md diff --git a/contributions/essay/yilinc-zehaoj/README.md b/contributions/essay/yilinc-zehaoj/README.md new file mode 100644 index 0000000000..43f059ba53 --- /dev/null +++ b/contributions/essay/yilinc-zehaoj/README.md @@ -0,0 +1,24 @@ +# Assignment Proposal + +## Title + +DevOps and Security - How to fit them together? + +## Names and KTH ID + + - Yilin Chang (yilinc@kth.se) + - Zehao Jiang (zehaoj@kth.se) + +## Deadline + +Task 1 + +## Category + +Essay + +## Description + + With DevOps approaches and methodologies, new features in products can be delivered more easily, rapidly and in an incremental way. It suits the need of today's development work and offers tremendous business benefits. However, as this set of practices being adopted more often, ensuring the security of applications becomes more critical. That's when DevSecOps is brought up. + +Our essay aims to give a brief introduction to DevSecOps. We want to first talk about the security challenges faced by DevOps (why DevSecOps is needed). Then talk about DevSecOps tools and practices, and how they solve the problems. Finally, we would discuss the limitations of current DevSecOps methods and ways to solve them. \ No newline at end of file