diff --git a/bandit/core/docs_utils.py b/bandit/core/docs_utils.py index 171eb274..6c2a6402 100644 --- a/bandit/core/docs_utils.py +++ b/bandit/core/docs_utils.py @@ -15,7 +15,7 @@ # under the License. # where our docs are hosted -BASE_URL = 'http://docs.openstack.org/developer/bandit/' +BASE_URL = 'https://docs.openstack.org/developer/bandit/' def get_url(bid): diff --git a/bandit/formatters/html.py b/bandit/formatters/html.py index 44917f2f..04c289ff 100644 --- a/bandit/formatters/html.py +++ b/bandit/formatters/html.py @@ -125,9 +125,9 @@ This formatter outputs the issues as HTML. Confidence: HIGH
File: examples/yaml_load.py
- More info: - http://docs.openstack.org/developer/bandit/plugins/yaml_load.html + https://docs.openstack.org/developer/bandit/plugins/yaml_load.html