File tree 6 files changed +10
-8
lines changed
6 files changed +10
-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 >20171016.2-SNAPSHOT </version >
6
+ <version >20180219.1 </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 >20171016.2-SNAPSHOT </version >
11
+ <version >20180219.1 </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 20180219.1
5
+ * Strip ZWNJ from MacOS and iOS [ crashing text sequences] ( https://manishearth.github.io/blog/2018/02/15/picking-apart-the-crashing-ios-string/ )
4
6
* Release 20171016.1
5
7
* Allow underscores in attribute names.
6
8
* Release 20170515.1
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 >20171016.2-SNAPSHOT </version >
5
+ <version >20180219.1 </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 >20171016.2-SNAPSHOT </version >
11
+ <version >20180219.1 </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 >20171016.2-SNAPSHOT </version >
5
+ <version >20180219.1 </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 >20171016.2-SNAPSHOT </version >
11
+ <version >20180219.1 </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 >20171016.2-SNAPSHOT </version >
5
+ <version >20180219.1 </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 >20171016.2-SNAPSHOT </version >
9
+ <version >20180219.1 </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