File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ansible/roles/webserver/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SECURE_SSL_REDIRECT = True
88SESSION_COOKIE_HTTPONLY = True
99CSRF_COOKIE_HTTPONLY = True
1010TEST_RUNNER = 'django.test.runner.DiscoverRunner'
11- VERSION = '1.0.2 '
11+ VERSION = '1.0.3 '
1212
1313# Enable this if you have SSL turned on
1414# SESSION_COOKIE_SECURE = True
Original file line number Diff line number Diff line change 88SESSION_COOKIE_HTTPONLY = True
99CSRF_COOKIE_HTTPONLY = True
1010TEST_RUNNER = 'django.test.runner.DiscoverRunner'
11- VERSION = '1.0.2 '
11+ VERSION = '1.0.3 '
1212
1313# Uncomment this line if you enable SSL
1414# SESSION_COOKIE_SECURE = True
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'DefectDojo' ,
7- version = '1.0.2 ' ,
7+ version = '1.0.3 ' ,
88 author = 'Greg Anderson' ,
99 description = "Tool for managing vulnerability engagements" ,
1010 install_requires = [
You can’t perform that action at this time.
0 commit comments