From 84edd090dd988510a6b0c2c25aafbc64864d6ead Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 13 Jul 2022 11:07:40 -0700 Subject: [PATCH] Remove python 2 reference in docs (#933) Bandit no longer supports Python 2, so there is no need for a plugin to reference exec() in the Py2 docs. --- bandit/plugins/exec.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bandit/plugins/exec.py b/bandit/plugins/exec.py index 3c309d569..42354db96 100644 --- a/bandit/plugins/exec.py +++ b/bandit/plugins/exec.py @@ -23,7 +23,6 @@ .. seealso:: - - https://docs.python.org/2/reference/simple_stmts.html#exec - https://docs.python.org/3/library/functions.html#exec - https://www.python.org/dev/peps/pep-0551/#background - https://www.python.org/dev/peps/pep-0578/#suggested-audit-hook-locations