From 8eb80731f5a82c6f9ca843d03d81f1005678b75c Mon Sep 17 00:00:00 2001 From: XiaojueGuan Date: Tue, 1 May 2018 13:44:27 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Change-Id: I4946f47541150f6829d6e69c6a8026d5a2039f07 --- bandit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bandit.yaml b/bandit.yaml index 425f52e..44f85de 100644 --- a/bandit.yaml +++ b/bandit.yaml @@ -124,7 +124,7 @@ blacklist_calls: level: "LOW" # Most of this is based off of Christian Heimes' work on defusedxml: - # https://pypi.python.org/pypi/defusedxml/#defusedxml-sax + # https://pypi.org/project/defusedxml/#defusedxml-sax - xml_bad_cElementTree: qualnames: [xml.etree.cElementTree.parse, @@ -194,7 +194,7 @@ blacklist_imports: message: "Consider possible security implications associated with {module} module." # Most of this is based off of Christian Heimes' work on defusedxml: - # https://pypi.python.org/pypi/defusedxml/#defusedxml-sax + # https://pypi.org/project/defusedxml/#defusedxml-sax - xml_libs: imports: [xml.etree.cElementTree,