carljm/django-secure
This project was merged into Django 1.8, and is now unsupported and unmaintained as a third-party app.
PythonBSD-3-Clause
Issues
- 1
- 8
- 2
- 3
- 1
- 5
Check for CSRF_COOKIE_SECURE
#19 opened by carljm - 2
Possible features: Check database security?
#31 opened by puterleat - 2
Document status versus 1.8
#34 opened by dokterbob - 1
- 1
Move tests to a sub-package so manage.py test doesn't discover them in pre-1.6 Django
#30 opened by carljm - 1
the check_frame_deny check should pass if Django's new X_FRAME_OPTIONS setting is set to DENY and the XFrameOptions middleware is installed
#16 opened by carljm - 1
Detect versions of Django that support SECURE_PROXY_SSL_HEADER setting and skip the request.is_secure monkeypatch
#17 opened by carljm - 1
Add TravisCI/drone.io and coveralls.io support
#22 opened by carljm - 1
Support Python 3
#23 opened by carljm - 5
Add optional support for Heartbleed headers
#26 opened by ebpmp - 2
- 5
- 6
Enforce SECRET_KEY
#20 opened by cool-RR - 1
Reminder to Make a Release with Subdomains HSTS
#18 opened by dstufft - 2
HSTS needs subdomains option
#13 opened by PaulMcMillan - 2
consider warning on .extra() and .raw()
#1 opened by PaulMcMillan