mako 1.1.3+ds1-2ubuntu0.1 source package in Ubuntu

Changelog

mako (1.1.3+ds1-2ubuntu0.1) jammy-security; urgency=medium

  * SECURITY UPDATE: Regular Expression DoS
    - debian/patches/CVE-2022-40023.patch: fix tag regexp to match quoted groups correctly
      in mako/lexer.py.
    - CVE-2022-40023

 -- Leonidas Da Silva Barbosa <email address hidden>  Mon, 19 Sep 2022 07:21:25 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main python
Jammy security main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mako_1.1.3+ds1.orig.tar.xz 157.7 KiB 9c6ef441588b6aaa51b879739aa780902327a11ab1a1858df0850588daa0df80
mako_1.1.3+ds1-2ubuntu0.1.debian.tar.xz 13.9 KiB ce631fb416c604683a0a0265972334d0bd0b8886779bd74c8fdf10662d1a1802
mako_1.1.3+ds1-2ubuntu0.1.dsc 2.4 KiB 9d2f9e53f97a1c7423d3c4ec5075636d1cbfa8d63b8dfc0d97d95903f8b350a0

View changes file

Binary packages built by this source

python-mako-doc: documentation for the Mako Python library

 Mako is a template library written in Python.
 .
 This package contains the documentation for Mako in HTML and
 reStructuredText formats.

python3-mako: fast and lightweight templating for the Python 3 platform

 Mako is a template library written in Python. It provides a familiar, non-XML
 syntax which compiles into Python modules for maximum performance. Mako's
 syntax and API borrows from the best ideas of many others, including Django
 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
 Python (i.e. Python Server Page) language, which refines the familiar ideas of
 componentized layout and inheritance to produce one of the most
 straightforward and flexible models available, while also maintaining close
 ties to Python calling and scoping semantics.