deps: Django 4.2.30 SQLi fix (F-011) + consolidated Dependabot bumps#318
Merged
Conversation
Django 4.2.25 is below the 4.2.26 fix for the QuerySet annotate/aggregate _connector SQL injection (CVE-2025-64459 / GHSA-frmv-pr5f-9mcr, CVSS 9.8, CTO-4859). Bump to the latest 4.2 LTS patch (4.2.30). Same LTS line already green on the 3.12-3.14 matrix; full requirements resolve verified locally. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
tech-sushant
previously approved these changes
Jul 14, 2026
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit b493e89)
Fold the remaining open dependency PRs into one: idna 3.7->3.15 (#303), Jinja2 3.1.4->3.1.6 (#266), Markdown 3.3.3->3.8.1 (#284), Pygments 2.15.0->2.20.0 (#290), PyNaCl 1.5.0->1.6.2 (#279), requests 2.32.3->2.33.0 (#288), soupsieve 2.0.1->2.8.4 (#310), sqlparse 0.5.1->0.5.4 (#291), js-yaml 4.1.0->4.3.0 (#309, package-lock.json). Django 4.2.30 (#292) already in this PR. EXCLUDED: social-auth-app-django 5.6.0 (#274) requires Django>=5.1; incompatible with the Django 4.2 LTS line — needs a separate Django 5.x migration. Full requirements resolve verified locally on Python 3.12. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
vedharish
approved these changes
Jul 15, 2026
This was referenced Jul 15, 2026
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.
Summary
Consolidated dependency PR — the F-011 Django security fix plus all the open Dependabot dependency bumps folded into one branch (so they land/CI together instead of 11 separate red PRs).
Security fix
_connectorSQLi (GHSA-frmv-pr5f-9mcr). Also covers Dependabot build(deps): bump django from 4.2.25 to 4.2.30 #292 (same bump).Folded-in Dependabot bumps (supersedes these PRs)
Excluded (cannot merge)
Full
requirements.txtresolves cleanly on Python 3.12 (verified locally).Once merged, close #303/#266/#284/#290/#279/#288/#310/#291/#309/#292 as superseded.
🤖 Generated with Claude Code