From 51d889fe8a899c0677814715fa4330c6cd034a61 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:32:59 -0500 Subject: [PATCH] Fix typo --- posts/2022-03-08-cve-2022-24713.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2022-03-08-cve-2022-24713.md b/posts/2022-03-08-cve-2022-24713.md index 39a6c98fc..8805cf6dc 100644 --- a/posts/2022-03-08-cve-2022-24713.md +++ b/posts/2022-03-08-cve-2022-24713.md @@ -37,7 +37,7 @@ services accepting user-controlled, untrusted regexes. ## Affected versions All versions of the `regex` crate before or equal to 1.5.4 are affected by this -issue. The fix is include starting from `regex` 1.5.5. +issue. The fix is included starting from `regex` 1.5.5. ## Mitigations