Skip to content

Commit 62a0715

Browse files
committed
Release candidate 20211018.2
1 parent 14f84fd commit 62a0715

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

aggregate/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
44
<artifactId>aggregate</artifactId>
55
<packaging>pom</packaging>
6-
<version>20211018.2-SNAPSHOT</version>
6+
<version>20211018.2</version>
77
<parent>
88
<relativePath>../parent</relativePath>
99
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>20211018.2-SNAPSHOT</version>
11+
<version>20211018.2</version>
1212
</parent>
1313

1414
<modules>

change_log.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# OWASP Java HTML Sanitizer Change Log
22

33
Most recent at top.
4+
* Release 20211018.2
5+
* Tweak how we address CVE-2021-42575 to be more tailored and to
6+
interfere less with `<style>` element content in general. We
7+
still advise not allowing attacker controlled `<style>` content.
48
* Release 20211018.1
59
* Fix [CVE-2021-42575](https://docs.google.com/document/d/11SoX296sMS0XoQiQbpxc5pNxSdbJKDJkm5BDv0zrX50/edit#)
610
* Changes rendering of `<style>` elements by wrapping text content

empiricism/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
44
<artifactId>html-types</artifactId>
5-
<version>20211018.2-SNAPSHOT</version>
5+
<version>20211018.2</version>
66
<packaging>jar</packaging>
77
<parent>
88
<relativePath>../parent</relativePath>
99
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>20211018.2-SNAPSHOT</version>
11+
<version>20211018.2</version>
1212
</parent>
1313

1414
<name>empiricism</name>

html-types/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
44
<artifactId>html-types</artifactId>
5-
<version>20211018.2-SNAPSHOT</version>
5+
<version>20211018.2</version>
66
<packaging>bundle</packaging>
77
<parent>
88
<relativePath>../parent</relativePath>
99
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>20211018.2-SNAPSHOT</version>
11+
<version>20211018.2</version>
1212
</parent>
1313

1414
<name>OWASP Java HTML Sanitizer Safe HTML Compatibility</name>

parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
44
<artifactId>parent</artifactId>
5-
<version>20211018.2-SNAPSHOT</version>
5+
<version>20211018.2</version>
66

77
<packaging>pom</packaging>
88

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>parent</relativePath>
77
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
88
<artifactId>parent</artifactId>
9-
<version>20211018.2-SNAPSHOT</version>
9+
<version>20211018.2</version>
1010
</parent>
1111

1212
<name>OWASP Java HTML Sanitizer</name>

0 commit comments

Comments
 (0)