django-security icon indicating copy to clipboard operation
django-security copied to clipboard

A collection of models, views, middlewares, and forms to help secure a Django project.

Results 21 django-security issues
Sort by recently updated
recently updated
newest added

TODO: - Docs/tests - Reach out to maintainer of django-cookies-samesite - Re-license this project?

Hi, I've created a subclass of `ContentSecurityPolicyMiddleware` and an accompanying template context processor so I can do: ```html ``` Is there any interest in this? If so I can make...

Closes #87 I've added a test which fails on master and succeeds with this PR. (I also loosened some of the flake8 restrictions to get existing code to pass. I'd...

Django says [LOGIN_URL can be a URL or a named URL pattern](https://docs.djangoproject.com/en/2.2/ref/settings/#login-url), but LoginRequiredMiddleware assumes that it is a URL so named URL patterns don't work. I think this could...

I really like the all-in-one convenience of django-security, but the SessionSecurityMiddleware implementation lacks the client-side keep-alive available in [django-session-security](https://github.com/yourlabs/django-session-security). The keep-alive is important to us because our product is used...

Bumps [django](https://github.com/django/django) from 4.2.13 to 5.0.7. Commits deec9b9 [5.0.x] Bumped version for 5.0.7 release. 3a7bf7f [5.0.x] Made cosmetic edits to 5.0.7 release notes. 8e7a44e [5.0.x] Fixed CVE-2024-39614 -- Mitigated potential...

dependencies

Bumps the pip group with 2 updates: [certifi](https://github.com/certifi/python-certifi) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2024.6.2 to 2024.7.4 Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump...

dependencies

Bumps [django-upgrade](https://github.com/adamchainz/django-upgrade) from 1.18.0 to 1.19.0. Changelog Sourced from django-upgrade's changelog. 1.19.0 (2024-06-27) Add Django 4.2+ fixer to rewrite index_together declarations into indexes declarations in model Meta classes. This fixer...

dependencies

Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. Commits 65a38c4 Release 7.1.0 34c97e0 Merge pull request #1939 from PyCQA/new-pycodestyle defd315 latest pycodestyle 408d4d6 Merge pull request #1930 from mzagol/patch-1 866ad72 Add --extend-exclude...

dependencies