Skip to content

Commit b07c486

Browse files
committed
Sanitize 2.1.1 includes this fix, as per
rgrove/sanitize#176 (comment)
1 parent 2807804 commit b07c486

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gems/sanitize/CVE-2018-3740.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2018-03-19
55
url: https://github.com/rgrove/sanitize/issues/176
66
title: HTML injection/XSS in Sanitize
77
description: |
8-
When Sanitize <= 4.6.2 is used in combination with libxml2 >= 2.9.2,
8+
When Sanitize gem is used in combination with libxml2 >= 2.9.2,
99
a specially crafted HTML fragment can cause libxml2 to generate
1010
improperly escaped output, allowing non-whitelisted attributes to be
1111
used on whitelisted elements.
@@ -15,6 +15,7 @@ description: |
1515
unaffected_versions:
1616
- "< 1.1.0"
1717
patched_versions:
18+
- "~> 2.1.1"
1819
- ">= 4.6.3"
1920
related:
2021
url:

0 commit comments

Comments
 (0)