pygments 2.11.2+dfsg-2ubuntu0.1 source package in Ubuntu
Changelog
pygments (2.11.2+dfsg-2ubuntu0.1) jammy-security; urgency=medium * SECURITY UPDATE: Regex denial of service. - debian/patches/CVE-2022-40896.patch: Change Smithy metadata matcher in pygments/lexers/smithy.py. - CVE-2022-40896 -- Hlib Korzhynskyy <email address hidden> Fri, 22 Nov 2024 10:14:06 -0330
Upload details
- Uploaded by:
- Hlib Korzhynskyy
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | updates | main | python | |
Jammy | security | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pygments_2.11.2+dfsg.orig.tar.gz | 1.3 MiB | 625d9097060b3efc7f47261d889c1af52f74ffb4f8fb20a63e7549d2f9c32d1b |
pygments_2.11.2+dfsg-2ubuntu0.1.debian.tar.xz | 9.5 KiB | c3b775dcebf019eeae8ed744bcc8835085ac3d53d763fda0fa5422176dc62f93 |
pygments_2.11.2+dfsg-2ubuntu0.1.dsc | 2.4 KiB | a515bfba5b135980ac16d60ff8eab83506692423b0b430f3aac5faca095c6a1f |
Available diffs
Binary packages built by this source
- python-pygments-doc: documentation for the Pygments
Pygments is syntax highlighting package.
.
This package contains the documentation for Pygments in HTML and
reStructuredText format.
- python3-pygments: syntax highlighting package written in Python 3
Pygments aims to be a generic syntax highlighter for general use in all kinds
of software such as forum systems, wikis or other applications that need to
prettify source code.
.
Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX and ANSI sequences
* it is usable as a command-line tool and as a library