Merge "Trivial: Update pypi url to new url" into stable/train

This commit is contained in:
Zuul 2020-05-27 20:24:01 +00:00 committed by Gerrit Code Review
commit 6ab7237055
1 changed files with 2 additions and 2 deletions

View File

@ -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,