python-git 3.1.27-1ubuntu0.1 source package in Ubuntu

Changelog

python-git (3.1.27-1ubuntu0.1) kinetic-security; urgency=medium

  * SECURITY UPDATE: RCE due to improper user input validation
    - debian/patches/CVE-2022-24439.patch: Forbid unsafe protocol URLs and
      options by default.
    - CVE-2022-24439

 -- Fabian Toepfer <email address hidden>  Tue, 21 Mar 2023 20:32:01 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-git_3.1.27.orig.tar.gz 187.7 KiB 1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704
python-git_3.1.27-1ubuntu0.1.debian.tar.xz 12.4 KiB 8e4332d15a5ef8d2125faa2f3d9022d0b41629d5731a2cea8890b6c340b712fc
python-git_3.1.27-1ubuntu0.1.dsc 2.4 KiB 9a5cd0acc6d63106077286fcec65e5dda9eb24857d41423c7cab36af92d3d756

View changes file

Binary packages built by this source

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

 python-git 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 - Python 3.x

 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.