From b395eb5bb6c79558202a3d414982a56fac7c9e1d Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Tue, 23 Jul 2019 18:09:09 -0500 Subject: [VVP] Adding bandit security scans and fixes Issue-ID: VVP-244 Change-Id: Ia782f4cc7bf5a379ff8cdcce96cd2e7235998345 Signed-off-by: Lovett, Trevor --- update_reqs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_reqs.py') diff --git a/update_reqs.py b/update_reqs.py index 304b479..0a53ec9 100644 --- a/update_reqs.py +++ b/update_reqs.py @@ -54,7 +54,7 @@ THIS_DIR = os.path.dirname(os.path.abspath(__file__)) def get_requirements(): """Retrieves the binary JSON content fom REQS_URL""" - return request.urlopen(REQS_URL) + return request.urlopen(REQS_URL) # nosec def write_file(contents, path): -- cgit 1.2.3-korg