diff --git a/logiclearner/settings_production.py b/logiclearner/settings_production.py index 871cb850..05db89e1 100644 --- a/logiclearner/settings_production.py +++ b/logiclearner/settings_production.py @@ -22,7 +22,7 @@ 'HOST': '', 'PORT': 6432, 'USER': '', - 'PASSWORD': '', + 'PASSWORD': '', # nosec } } try: diff --git a/logiclearner/settings_shared.py b/logiclearner/settings_shared.py index 234a449c..92a83cc3 100755 --- a/logiclearner/settings_shared.py +++ b/logiclearner/settings_shared.py @@ -88,7 +88,7 @@ 'HOST': '', 'PORT': '', 'USER': '', - 'PASSWORD': '', + 'PASSWORD': '', # nosec 'ATOMIC_REQUESTS': True, } } diff --git a/logiclearner/settings_staging.py b/logiclearner/settings_staging.py index 4436c10a..a6a4444a 100644 --- a/logiclearner/settings_staging.py +++ b/logiclearner/settings_staging.py @@ -22,7 +22,7 @@ 'HOST': '', 'PORT': 6432, 'USER': '', - 'PASSWORD': '', + 'PASSWORD': '', # nosec } } diff --git a/requirements.txt b/requirements.txt index 45d3b97e..ca3e8e78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,7 +93,7 @@ pbr==7.0.3 # bandit pyyaml==6.0.3 # bandit stevedore==5.6.0 # bandit rich==14.3.1 # bandit -bandit==1.9.2 +bandit==1.9.3 django-smtp-ssl==1.0 django-contact-us==1.1.0