Update dependency django-filer to v3.5.1 - #268
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/django-filer-3.x-lockfile
branch
from
November 9, 2025 03:55
d430244 to
38e9547
Compare
renovate
Bot
force-pushed
the
renovate/django-filer-3.x-lockfile
branch
from
November 24, 2025 08:00
38e9547 to
abf8b45
Compare
renovate
Bot
force-pushed
the
renovate/django-filer-3.x-lockfile
branch
from
January 13, 2026 23:54
abf8b45 to
2551a51
Compare
renovate
Bot
force-pushed
the
renovate/django-filer-3.x-lockfile
branch
from
January 19, 2026 00:07
2551a51 to
dbe9b44
Compare
renovate
Bot
force-pushed
the
renovate/django-filer-3.x-lockfile
branch
from
February 7, 2026 06:58
dbe9b44 to
724edd7
Compare
renovate
Bot
force-pushed
the
renovate/django-filer-3.x-lockfile
branch
from
July 10, 2026 07:49
724edd7 to
fb456fb
Compare
renovate
Bot
force-pushed
the
renovate/django-filer-3.x-lockfile
branch
from
August 29, 2026 15:50
fb456fb to
176d207
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.1→3.5.1Release Notes
django-cms/django-filer (django-filer)
v3.5.1Compare Source
==================
FileAdmin.icon_view()did not check read permissions. Any staff user couldenumerate file ids to obtain the name and private storage path of images in folders
they have no read permission on (reported by Denny).
permissions, which are not folder aware. Any staff user holding
filer.change_filecould open the change view of a file in a folder they have no read permission on.
allowing stored XSS (reported by Miguel Rafael Martín de Nicolás Acedo). The MIME
type of an upload is now always derived from the file name, never from the
client-supplied
Content-Type.@csrf_exemptand now requires astaff user. The bundled uploaders send the
X-CSRFTokenheader.errors return a JSON error response instead of an HTTP 500.
so that uploaders and proxies can tell a rejected upload from an accepted one.
The bundled uploaders report the server's error message accordingly.
client; unexpected failures are logged instead.
tox -e flake8andtox -e isortbecometox -e ruff... warning::
Uploads whose file extension is unknown to Python's
mimetypesmodule are nowtreated as
application/octet-streamand are rejected by the default validators.Register additional extensions with
mimetypes.add_type()if you need them.Custom uploaders posting to
filer-ajax_uploadmust now send a CSRF token andauthenticate as a staff user. They also need to handle non-2xx responses: a
rejected upload is answered with HTTP 400 (or 403 for a permission problem)
carrying the
{"error": ...}body that was previously returned with HTTP 200.v3.5.0Compare Source
==================
New Contributors
v3.4.4Compare Source
==================
v3.4.3Compare Source
==================
@bckohan made their first contribution in #1570
v3.4.2Compare Source
==================
dropzone.init.jsby @PeterW-LWL in #1565v3.4.1Compare Source
==================
v3.4.0Compare Source
==================
v3.3.3Compare Source
==================
v3.3.2Compare Source
==================
New Contributors
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.