summaryrefslogtreecommitdiffstats
path: root/security-warnings.txt
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-04-12 22:42:36 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-04-12 22:42:36 +0300
commitccd386ff4e2ed974c61b2f5503bce837fa0c2523 (patch)
treec67e31cf83e11c33280e54481a646328447e65f5 /security-warnings.txt
parentd29f3030a4558ec5ab70ed4ae0b632792738d2d5 (diff)
downloadtroggle-ccd386ff4e2ed974c61b2f5503bce837fa0c2523.tar.gz
troggle-ccd386ff4e2ed974c61b2f5503bce837fa0c2523.tar.bz2
troggle-ccd386ff4e2ed974c61b2f5503bce837fa0c2523.zip
Better error message with permissions problems
Diffstat (limited to 'security-warnings.txt')
-rw-r--r--security-warnings.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/security-warnings.txt b/security-warnings.txt
index 11f4f2c..c9c248e 100644
--- a/security-warnings.txt
+++ b/security-warnings.txt
@@ -2,8 +2,9 @@ System check identified some issues:
WARNINGS:
?: (security.W001) You do not have 'django.middleware.security.SecurityMiddleware' in your MIDDLEWARE so the SECURE_HSTS_SECONDS, SECURE_CONTENT_TYPE_NOSNIFF, SECURE_BROWSER_XSS_FILTER, SECURE_REFERRER_POLICY, and SECURE_SSL_REDIRECT settings will have no effect.
+?: (security.W009) Your SECRET_KEY has less than 50 characters, less than 5 unique characters, or it's prefixed with 'django-insecure-' indicating that it was generated automatically by Django. Please generate a long and random SECRET_KEY, otherwise many of Django's security-critical features will be vulnerable to attack.
?: (security.W012) SESSION_COOKIE_SECURE is not set to True. Using a secure-only session cookie makes it more difficult for network traffic sniffers to hijack user sessions.
?: (security.W016) You have 'django.middleware.csrf.CsrfViewMiddleware' in your MIDDLEWARE, but you have not set CSRF_COOKIE_SECURE to True. Using a secure-only CSRF cookie makes it more difficult for network traffic sniffers to steal the CSRF token.
?: (security.W018) You should not have DEBUG set to True in deployment.
-System check identified 4 issues (0 silenced).
+System check identified 5 issues (0 silenced).