Skip to content

Commit 258bdf7

Browse files
committed
changelog: 1.5.5
This adds the notes after the release, which were overlooked.
1 parent d130381 commit 258bdf7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.5.5 (2022-03-08)
2+
==================
3+
This releases fixes a security bug in the regex compiler. This bug permits a
4+
vector for a denial-of-service attack in cases where the regex being compiled
5+
is untrusted. There are no known problems where the regex is itself trusted,
6+
including in cases of untrusted haystacks.
7+
8+
* [SECURITY #GHSA-m5pq-gvj9-9vr8](https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8):
9+
Fixes a bug in the regex compiler where empty sub-expressions subverted the
10+
existing mitigations in place to enforce a size limit on compiled regexes.
11+
The Rust Security Response WG published an advisory about this:
12+
https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw
13+
14+
115
1.5.4 (2021-05-06)
216
==================
317
This release fixes another compilation failure when building regex. This time,

0 commit comments

Comments
 (0)