From 3f8806300089135f7832a59aa2689a6674d37897 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 12 Dec 2022 17:16:11 -0500 Subject: [PATCH] version bump to v2.19.1 --- CHANGELOG.md | 9 +++++++++ lib/loofah/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4309b5..c265034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.19.1 / 2022-12-13 + +### Security + +* Address CVE-2022-23514, inefficient regular expression complexity. See [GHSA-486f-hjj9-9vhh](https://github.com/flavorjones/loofah/security/advisories/GHSA-486f-hjj9-9vhh) for more information. +* Address CVE-2022-23515, improper neutralization of data URIs. See [GHSA-228g-948r-83gx](https://github.com/flavorjones/loofah/security/advisories/GHSA-228g-948r-83gx) for more information. +* Address CVE-2022-23516, uncontrolled recursion. See [GHSA-3x8r-x6xp-q4vm](https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm) for more information. + + ## 2.19.0 / 2022-09-14 ### Features diff --git a/lib/loofah/version.rb b/lib/loofah/version.rb index 89209f0..73b50fa 100644 --- a/lib/loofah/version.rb +++ b/lib/loofah/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Loofah # The version of Loofah you are using - VERSION = "2.19.0" + VERSION = "2.19.1" end