File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1
1
# News
2
2
3
+ ## 3.2.5 - 2021-04-05 {#version-3-2-5}
4
+
5
+ ### Improvements
6
+
7
+ * Add more validations to XPath parser.
8
+
9
+ * ` require "rexml/docuemnt" ` by default.
10
+ [ GitHub #36 ] [ Patch by Koichi ITO ]
11
+
12
+ * Don't add ` #dcloe ` method to core classes globally.
13
+ [ GitHub #37 ] [ Patch by Akira Matsuda ]
14
+
15
+ * Add more documentations.
16
+ [ Patch by Burdette Lamar]
17
+
18
+ * Added ` REXML::Elements#parent ` .
19
+ [ GitHub #52 ] [ Patch by Burdette Lamar ]
20
+
21
+ ### Fixes
22
+
23
+ * Fixed a bug that ` REXML::DocType#clone ` doesn't copy external ID
24
+ information.
25
+
26
+ * Fixed round-trip vulnerability bugs.
27
+ See also: https://www.ruby-lang.org/en/news/2021/04/05/xml-round-trip-vulnerability-in-rexml-cve-2021-28965/
28
+ [ HackerOne #1104077 ] [ CVE-2021-28965 ] [ Reported by Juho Nurminen]
29
+
30
+ ### Thanks
31
+
32
+ * Koichi ITO
33
+
34
+ * Akira Matsuda
35
+
36
+ * Burdette Lamar
37
+
38
+ * Juho Nurminen
39
+
3
40
## 3.2.4 - 2020-01-31 {#version-3-2-4}
4
41
5
42
### Improvements
You can’t perform that action at this time.
0 commit comments