Skip to content

fix: bump GitPython to 3.1.49 (CVE-2026-44244)#2989

Open
NZTimKeegan wants to merge 1 commit into
snowflakedb:mainfrom
NZTimKeegan:pip/gitpython-3.1.49
Open

fix: bump GitPython to 3.1.49 (CVE-2026-44244)#2989
NZTimKeegan wants to merge 1 commit into
snowflakedb:mainfrom
NZTimKeegan:pip/gitpython-3.1.49

Conversation

@NZTimKeegan
Copy link
Copy Markdown

Pre-review checklist

  • I've confirmed that instructions included in README.md are still correct after my changes in the codebase.
  • I've added or updated automated unit tests to verify correctness of my new code.
    • n/a - I have executed the existing test suite, patch version of a dependency does not introduce new behaviour
  • I've added or updated integration tests to verify correctness of my new code.
    • n/a - I have executed the existing test suite, patch version of a dependency does not introduce new behaviour
  • I've confirmed that my changes are working by executing CLI's commands manually on MacOS.
    • n/a - I have executed the existing test suite, patch version of a dependency does not introduce new behaviour
  • I've confirmed that my changes are working by executing CLI's commands manually on Windows.
    • n/a - I have executed the existing test suite, patch version of a dependency does not introduce new behaviour
  • I've confirmed that my changes are up-to-date with the target branch.
  • I've described my changes in the release notes.
  • I've described my changes in the section below.
  • I've described my changes in the documentation.
    • n/a - updating a dependency version does not introduce documentable behaivour

Changes description

GitPython <=3.1.48 does not validate newlines in
GitConfigParser.set_value(), allowing injection of arbitrary config sections, and potential RCE via crafted author names or emails.

@NZTimKeegan NZTimKeegan requested a review from a team as a code owner May 7, 2026 21:24
@NZTimKeegan NZTimKeegan force-pushed the pip/gitpython-3.1.49 branch from 1348925 to 0f2affe Compare May 7, 2026 23:42
@NZTimKeegan
Copy link
Copy Markdown
Author

Forgot to commit the release notes. Updated now

GitPython <=3.1.48 does not validate newlines in
GitConfigParser.set_value(), allowing injection of arbitrary config
sections, and potential RCE via crafted author names or emails.
@NZTimKeegan NZTimKeegan force-pushed the pip/gitpython-3.1.49 branch from 0f2affe to e39888a Compare May 11, 2026 01:37
@NZTimKeegan
Copy link
Copy Markdown
Author

Rebased & pushed to resolve conflicts (RELEASE-NOTES.md)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant