Skip to content

Commit

Permalink
Release candidate 20211018.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesamuel committed Oct 18, 2021
1 parent 14f84fd commit 62a0715
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>aggregate</artifactId>
<packaging>pom</packaging>
<version>20211018.2-SNAPSHOT</version>
<version>20211018.2</version>
<parent>
<relativePath>../parent</relativePath>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>parent</artifactId>
<version>20211018.2-SNAPSHOT</version>
<version>20211018.2</version>
</parent>

<modules>
Expand Down
4 changes: 4 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# OWASP Java HTML Sanitizer Change Log

Most recent at top.
* Release 20211018.2
* Tweak how we address CVE-2021-42575 to be more tailored and to
interfere less with `<style>` element content in general. We
still advise not allowing attacker controlled `<style>` content.
* Release 20211018.1
* Fix [CVE-2021-42575](https://docs.google.com/document/d/11SoX296sMS0XoQiQbpxc5pNxSdbJKDJkm5BDv0zrX50/edit#)
* Changes rendering of `<style>` elements by wrapping text content
Expand Down
4 changes: 2 additions & 2 deletions empiricism/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>html-types</artifactId>
<version>20211018.2-SNAPSHOT</version>
<version>20211018.2</version>
<packaging>jar</packaging>
<parent>
<relativePath>../parent</relativePath>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>parent</artifactId>
<version>20211018.2-SNAPSHOT</version>
<version>20211018.2</version>
</parent>

<name>empiricism</name>
Expand Down
4 changes: 2 additions & 2 deletions html-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>html-types</artifactId>
<version>20211018.2-SNAPSHOT</version>
<version>20211018.2</version>
<packaging>bundle</packaging>
<parent>
<relativePath>../parent</relativePath>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>parent</artifactId>
<version>20211018.2-SNAPSHOT</version>
<version>20211018.2</version>
</parent>

<name>OWASP Java HTML Sanitizer Safe HTML Compatibility</name>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>parent</artifactId>
<version>20211018.2-SNAPSHOT</version>
<version>20211018.2</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>parent</relativePath>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>parent</artifactId>
<version>20211018.2-SNAPSHOT</version>
<version>20211018.2</version>
</parent>

<name>OWASP Java HTML Sanitizer</name>
Expand Down

0 comments on commit 62a0715

Please sign in to comment.