python-git 3.1.30-1ubuntu0.23.04.1 source package in Ubuntu

Changelog

python-git (3.1.30-1ubuntu0.23.04.1) lunar-security; urgency=medium

  * SECURITY UPDATE: RCE due to improper user input validation
    - debian/patches/CVE-2023-40267.patch: Block insecure non-multi
      options in clone/clone_from.
    - CVE-2023-40267

 -- Fabian Toepfer <email address hidden>  Thu, 31 Aug 2023 15:36:07 +0200

Upload details

Uploaded by:
Fabian Toepfer
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar updates universe python
Lunar security universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-git_3.1.30.orig.tar.gz 466.5 KiB faa4b66b0b75f172358fbb75243c9d2a70b26623232eef365739fc96e9ecffc8
python-git_3.1.30-1ubuntu0.23.04.1.debian.tar.xz 7.6 KiB 7eedc05a8996c346199741aa0535b4f16a703806007e4c86a79acf488e43fb7a
python-git_3.1.30-1ubuntu0.23.04.1.dsc 2.9 KiB 2f98de9bb006e722b79f16853508f783f74f13720566e61768ecca0671f2d0ab

View changes file

Binary packages built by this source

python-git-doc: Python library to interact with Git repositories - docs

 The GitPython project provides object model access to a Git repository, so
 Python can be used to manipulate it. Repository objects can be opened or
 created, which can then be traversed to find parent commit(s), trees, blobs,
 etc.
 .
 This package provides the documentation.

python3-git: Python library to interact with Git repositories

 The GitPython project provides object model access to a Git repository, so
 Python can be used to manipulate it. Repository objects can be opened or
 created, which can then be traversed to find parent commit(s), trees, blobs,
 etc.
 .
 This package provides the Python 3.x module.