Skip to content

chore(deps): bump flask-reuploaded from 1.2.0 to 1.5.0 in /requirements#325

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/requirements/flask-reuploaded-1.5.0
Open

chore(deps): bump flask-reuploaded from 1.2.0 to 1.5.0 in /requirements#325
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/requirements/flask-reuploaded-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 25, 2026

Bumps flask-reuploaded from 1.2.0 to 1.5.0.

Changelog

Sourced from flask-reuploaded's changelog.

1.5.0 (2026.02.21)

  • drop support for Python 3.8 and 3.9

  • add support for Python 3.13

  • migrate from setup.py to pyproject.toml configuration

  • fix doc building on read the docs

  • SECURITY FIX: Fix critical path traversal and extension bypass vulnerability (CVE pending, CVSS 9.8)

    • Apply secure_filename() to the name parameter to prevent path traversal attacks
    • Re-validate file extension after name override to prevent extension bypass
    • Add path containment check to ensure files are saved within the upload directory
    • Sanitize folder component when extracted from name parameter

    Impact: This vulnerability allowed remote attackers to write files to arbitrary locations on the filesystem and bypass extension restrictions, potentially leading to remote code execution via Server-Side Template Injection (SSTI) in Flask applications.

    Credit: Jaron Cabral (Cal Poly Humboldt) for discovery and reporting

    Recommendation: All users should upgrade to this version immediately. Do not pass user-controlled input to the name parameter in older versions.

1.4.0 (2023.10.03)

  • fix deprecation warning for pytest
  • drop support for Python 3.6 / 3.7
  • add support for Python 3.12
  • upgrade dependencies for building docs

1.3.0 (2022.12.20)

  • improve documentation ([#133](https://github.com/jugmac00/flask-reuploaded/issues/133) <https://github.com/jugmac00/flask-reuploaded/issues/133>_)
  • drop support for Python 3.6
  • add support for Python 3.11
  • update dependencies for building documentation
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [flask-reuploaded](https://github.com/jugmac00/flask-reuploaded) from 1.2.0 to 1.5.0.
- [Changelog](https://github.com/jugmac00/flask-reuploaded/blob/main/CHANGES.rst)
- [Commits](https://github.com/jugmac00/flask-reuploaded/commits)

---
updated-dependencies:
- dependency-name: flask-reuploaded
  dependency-version: 1.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants