From 40defda525bcd24db106fa3585bc65e0422739f2 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 27 Sep 2024 18:52:01 -0700 Subject: [PATCH] Add podcast about Bandit to its tool metadata Back in 2016, there was a nice podcast interview with the maintainers of Bandit that would be nice to include here. https://www.pythonpodcast.com/episodepage/bandit-with-tim-kelsey-travis-mcpeak-and-eric-brown --- data/tools/bandit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/tools/bandit.yml b/data/tools/bandit.yml index 2580b81f4..f02c5ec07 100644 --- a/data/tools/bandit.yml +++ b/data/tools/bandit.yml @@ -12,3 +12,5 @@ description: A tool to find common security issues in Python code. resources: - title: "Code security with Bandit and Safety — Perfect Python" url: https://www.youtube.com/watch?v=YZOKnvisJpw + - title: "The Python Podcast.__init__: Bandit with Tim Kelsey, Travis McPeak, and Eric Brown - E62" + url: https://www.pythonpodcast.com/episodepage/bandit-with-tim-kelsey-travis-mcpeak-and-eric-brown