File tree 6 files changed +12
-8
lines changed
6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 3
3
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
4
4
<artifactId >aggregate</artifactId >
5
5
<packaging >pom</packaging >
6
- <version >20211018.2-SNAPSHOT </version >
6
+ <version >20211018.2</version >
7
7
<parent >
8
8
<relativePath >../parent</relativePath >
9
9
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
10
10
<artifactId >parent</artifactId >
11
- <version >20211018.2-SNAPSHOT </version >
11
+ <version >20211018.2</version >
12
12
</parent >
13
13
14
14
<modules >
Original file line number Diff line number Diff line change 1
1
# OWASP Java HTML Sanitizer Change Log
2
2
3
3
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.
4
8
* Release 20211018.1
5
9
* Fix [ CVE-2021 -42575] ( https://docs.google.com/document/d/11SoX296sMS0XoQiQbpxc5pNxSdbJKDJkm5BDv0zrX50/edit# )
6
10
* Changes rendering of ` <style> ` elements by wrapping text content
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
4
4
<artifactId >html-types</artifactId >
5
- <version >20211018.2-SNAPSHOT </version >
5
+ <version >20211018.2</version >
6
6
<packaging >jar</packaging >
7
7
<parent >
8
8
<relativePath >../parent</relativePath >
9
9
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
10
10
<artifactId >parent</artifactId >
11
- <version >20211018.2-SNAPSHOT </version >
11
+ <version >20211018.2</version >
12
12
</parent >
13
13
14
14
<name >empiricism</name >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
4
4
<artifactId >html-types</artifactId >
5
- <version >20211018.2-SNAPSHOT </version >
5
+ <version >20211018.2</version >
6
6
<packaging >bundle</packaging >
7
7
<parent >
8
8
<relativePath >../parent</relativePath >
9
9
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
10
10
<artifactId >parent</artifactId >
11
- <version >20211018.2-SNAPSHOT </version >
11
+ <version >20211018.2</version >
12
12
</parent >
13
13
14
14
<name >OWASP Java HTML Sanitizer Safe HTML Compatibility</name >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
4
4
<artifactId >parent</artifactId >
5
- <version >20211018.2-SNAPSHOT </version >
5
+ <version >20211018.2</version >
6
6
7
7
<packaging >pom</packaging >
8
8
Original file line number Diff line number Diff line change 6
6
<relativePath >parent</relativePath >
7
7
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >20211018.2-SNAPSHOT </version >
9
+ <version >20211018.2</version >
10
10
</parent >
11
11
12
12
<name >OWASP Java HTML Sanitizer</name >
You can’t perform that action at this time.
0 commit comments