We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If set up with easy_thumbnails.optimize, generating any thumbnails will throw:
Detected path traversal attempt in '/Users/[redacted]/media/filer_public_thumbnails/filer_public/b8/0c/b80ca369-7e6f-41fd-8abe-9275a921bdaa/fullsizerender.jpeg__210x119_q85_subsampling-2_upscale.jpg'
The exception is thrown in optimize/post_processor.py while attempting to call storage.save with an absolute file name.
This is prevented by django in order to fix CVE-2024-39330.
I'm a bit unsure, if this is an issue for easy_thumbnails or rather Django.
The text was updated successfully, but these errors were encountered:
Fix optimize_thumbnail raises Detected path traversal attempt (Smiley…
09fd3dd
…Chris#633)
Pull request in: #634
If I'm not missing something, the storage save/delete methods should receive a name, not a path.
Sorry, something went wrong.
Merge pull request #634 from bmihelac/fix/633
5b9b115
Fix optimize_thumbnail raises Detected path traversal attempt (#633)
d38e69b
bd8de55
No branches or pull requests
If set up with easy_thumbnails.optimize, generating any thumbnails will throw:
The exception is thrown in optimize/post_processor.py while attempting to call storage.save with an absolute file name.
This is prevented by django in order to fix CVE-2024-39330.
I'm a bit unsure, if this is an issue for easy_thumbnails or rather Django.
The text was updated successfully, but these errors were encountered: