Security CWE-312 and CWE-20 Handling (#453)

This commit is contained in:
Chris Caron
2021-10-06 17:31:34 -04:00
committed by GitHub
parent abb7547f20
commit e2ebdbdcf8
12 changed files with 449 additions and 62 deletions

View File

@ -69,7 +69,7 @@ def test_config_http(mock_post):
# Pretend everything is okay
return True
def url(self):
def url(self, **kwargs):
# Support url() function
return ''