Update Django 5.0.4 → 5.1.14 to fix DoS and SQL injection vulnerabilities#546
Open
Update Django 5.0.4 → 5.1.14 to fix DoS and SQL injection vulnerabilities#546
Conversation
Co-authored-by: anirudTT <159844994+anirudTT@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Django to fix DoS vulnerability
Update Django 5.0.4 → 5.1.14 to fix DoS and SQL injection vulnerabilities
Nov 20, 2025
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.
Dependabot alert #57 flags Django 5.0.4 as vulnerable to DoS. Upgrading to 5.1.14 (latest secure 5.1.x) fixes this plus three additional CVEs discovered after 5.1.10.
Changes
app/backend/requirements.txt:Django==5.0.4→Django==5.1.14Security fixes in 5.1.14
Compatibility
No code changes, migrations, or deprecations affect this codebase. Django 5.0→5.1 is a minor version bump; this project uses standard REST API patterns that remain stable.
What blocked the upgrade
Explicit pin to
Django==5.0.4. No dependency conflicts or Python version constraints.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.