Skip to content

Commit

Permalink
version bump to v2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 12, 2022
1 parent 9a8dadb commit 3f88063
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 3f88063

Please sign in to comment.