From 2daec53f6ea361f6715d7a3d56c554f0f164348e Mon Sep 17 00:00:00 2001 From: Isak Einberg Date: Tue, 15 Oct 2024 15:33:57 +0200 Subject: [PATCH] Update for submission --- .../executable-tutorial/ieinberg-emilsjol/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contributions/executable-tutorial/ieinberg-emilsjol/README.md b/contributions/executable-tutorial/ieinberg-emilsjol/README.md index a49276b8ce..e896a9decf 100644 --- a/contributions/executable-tutorial/ieinberg-emilsjol/README.md +++ b/contributions/executable-tutorial/ieinberg-emilsjol/README.md @@ -11,7 +11,7 @@ Security Linting in Python using Bandit ## Deadline -- Task 1 +- Task 3 ## Category @@ -20,7 +20,9 @@ Security Linting in Python using Bandit ## Description We will demonstrate how to conduct security linting analysis using Bandit for Python, focusing on identifying common security vulnerabilities. The tutorial will be presented through Killerkoda and will cover installation, basic project setup, and usage examples. +**The tutorial can be viewed here**: +- Killercoda: https://killercoda.com/emilsjol/scenario/bandit +- GitHub: https://github.com/emilsjol/killercoda_tutorial **Relevance** Security linting is highly relevant for DevSecOps and DevOps because it integrates essential security practices into the development lifecycle. Using Bandit for security linting allows teams to identify/address vulnerabilities early - aligning with the DevSecOps goal of embedding security throughout the development process. -