wagtailenforcer icon indicating copy to clipboard operation
wagtailenforcer copied to clipboard

The Wagtail arm of the law - enforce security protocols on your Wagtail site

Results 6 wagtailenforcer issues
Sort by recently updated
recently updated
newest added

The Django 3.0.0 release notes specify that certain private Python 2 compatibility APIs were removed. Among those was `django.utils.six`. An alternative is required.

There is Django setting `DATA_UPLOAD_MAX_MEMORY_SIZE`. > The maximum size in bytes that a request body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The check is done when accessing request.body...

Previously, the package did not define a range for its `django-axes` dependency. Since `2.3.3` is the last compatible version with this package, bea4bf6a1122064be2d49c9693d56ecfe3549b91 adds the corresponding range limit. `django-axes` version...

bug

There is no test coverage for this project. We can draw inspiration from https://github.com/springload/wagtaildraftail for a testing approach.

bug
help wanted