From 6520f45220efce180759a43ae77eefc0789ef062 Mon Sep 17 00:00:00 2001 From: Isak Einberg <45336755+einbergisak@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:58:12 +0200 Subject: [PATCH] Executable Tutorial Submission (#2668) --- .../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. -