fix(deps): bump gitpython 3.1.59, pyasn1 0.6.4, sqlparse 0.6.0 (CTO-5188, CTO-5190, CTO-5320) - #341
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited), Workspace UI (inherited) Review profile: ASSERTIVE Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
shrish-browserstack
marked this pull request as ready for review
September 21, 2026 12:57
Hitesh-IDK
previously approved these changes
Sep 21, 2026
yash-atwal
previously approved these changes
Sep 21, 2026
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
shrish-browserstack
dismissed stale reviews from yash-atwal and Hitesh-IDK
via
September 21, 2026 13:18
1ddeacb
vedharish
approved these changes
Sep 21, 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.
What
Three pins in
requirements.txtmoved to patched releases. No other dependency moves.-u<helper>bypasses the unsafe-clone gate, fixed 3.1.51) plus the five 2026-09-08 advisories fixed only in 3.1.59: GHSA-284h-m62q-gf8w (critical, multi-line git-config injection), GHSA-7833-fr7j-v32q (high, file disclosure via[include]), GHSA-8mcc-hrx5-hvxc (high,--separate-git-dirmissing from unsafe clone options), GHSA-5xxx-qhh7-9287, GHSA-3wxw-xv34-2frgstr()/compare)group_commentson comment-only input)Also drops the trailing blank line at end of file that the repo's
end-of-file-fixerpre-commit hook flags (the hook rewrites the file onmaintoday).Supersedes the Dependabot PRs #338 (gitpython 3.1.59), #325 (pyasn1 0.6.4) and #335 (sqlparse 0.6.0); those can be closed when this merges.
Compatibility
pyasn1-modules==0.4.2requirespyasn1<0.7,>=0.6.1, so 0.6.4 is in range.Django==4.2.30requiressqlparse>=0.3.1.sqlparse0.6.0 needs Python ≥ 3.10; the image ispython:3.11-slim-bullseyeand CI runs 3.12/3.13/3.14. Its changelog's only breaking change is dropping Python 3.8/3.9.grep -rn sqlparse --include='*.py'finds no direct usage in this repo (transitive via Django only).gitpython3.1.59 requiresgitdb<5,>=4.0.1(unchanged). It is used directly inscripts/clone_access_modules.py; that script ran on 3.1.59 during the test bootstrap below. Clone URLs come from admin-ownedconfig.json, so the clone-option advisories need admin-controlled input here.Verification (fresh Python 3.11.9 venv, same steps as
unit-tests.yml)Not run locally: pylama lint step and the 3.12/3.13/3.14 matrix (CI covers both).
Out of scope
Other Dependabot PRs on this repo (Django 5.2, DRF 3.17, cryptography 50, httplib2, soupsieve 2.9, social-auth) are feature/major bumps, not the advisories these tickets track.
ajv/cross-spawnnpm findings are pre-existing. The Node dev-tooling fix for fast-uri/js-yaml is in #342.🤖 Generated with Claude Code