We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2807804 commit b07c486Copy full SHA for b07c486
1 file changed
gems/sanitize/CVE-2018-3740.yml
@@ -5,7 +5,7 @@ date: 2018-03-19
5
url: https://github.com/rgrove/sanitize/issues/176
6
title: HTML injection/XSS in Sanitize
7
description: |
8
- When Sanitize <= 4.6.2 is used in combination with libxml2 >= 2.9.2,
+ When Sanitize gem is used in combination with libxml2 >= 2.9.2,
9
a specially crafted HTML fragment can cause libxml2 to generate
10
improperly escaped output, allowing non-whitelisted attributes to be
11
used on whitelisted elements.
@@ -15,6 +15,7 @@ description: |
15
unaffected_versions:
16
- "< 1.1.0"
17
patched_versions:
18
+ - "~> 2.1.1"
19
- ">= 4.6.3"
20
related:
21
url:
0 commit comments