From f120be16fe7203645ae2aaecdefebf7be9338514 Mon Sep 17 00:00:00 2001 From: Perman Atayev <38570154+PermanAtayev@users.noreply.github.com> Date: Wed, 24 Aug 2022 10:59:19 +0200 Subject: [PATCH] Typo fix --- bandit/blacklists/calls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandit/blacklists/calls.py b/bandit/blacklists/calls.py index 37ad1013..86e71f40 100644 --- a/bandit/blacklists/calls.py +++ b/bandit/blacklists/calls.py @@ -9,7 +9,7 @@ This blacklist data checks for a number of Python calls known to have possible security implications. The following blacklist tests are run against any -function calls encoutered in the scanned code base, triggered by encoutering +function calls encountered in the scanned code base, triggered by encoutering ast.Call nodes. B301: pickle