rust-regex 1.2.1-3ubuntu0.1 source package in Ubuntu

Changelog

rust-regex (1.2.1-3ubuntu0.1) focal-security; urgency=medium

  * SECURITY UPDATE: fix denial-of-service bug in compiler (LP: #1977694)
    - debian/patches/CVE-2022-24713-pre.patch: support empty patterns
    in src/compile.rs.
    - debian/patches/CVE-2022-24713-pre2.patch: account for Unicode
    class size in regex compilation error in src/compile.rs.
    - debian/patches/CVE-2022-24713.patch: adding a fake amount of
    memory every time we compile an empty sub-expression in
    src/compile.rs.
    - CVE-2022-24713

 -- David Fernandez Gonzalez <email address hidden>  Tue, 21 Jun 2022 09:14:36 -0500

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
rust
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal security universe misc

Downloads

File Size SHA-256 Checksum
rust-regex_1.2.1.orig.tar.gz 222.5 KiB 88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26
rust-regex_1.2.1-3ubuntu0.1.debian.tar.xz 10.1 KiB 752657f2aab19a06bed5f256c24a5cb1b67690feb4d94b7e0ba0a8a7bb8f3307
rust-regex_1.2.1-3ubuntu0.1.dsc 2.5 KiB cd18865bda40918df1b6d42dfe565284067420a5b9e8154d2dcef8e549e160db

View changes file

Binary packages built by this source

librust-regex-dev: Regular expressions for Rust - Rust source code

 This implementation uses finite automata and guarantees linear time matching on
 all inputs.
 .
 This package contains the source for the Rust regex crate, packaged by debcargo
 for use with cargo and dh-cargo.