File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
15
1.5.4 (2021-05-06)
2
16
==================
3
17
This release fixes another compilation failure when building regex. This time,
You can’t perform that action at this time.
0 commit comments