File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 3
3
======
4
4
5
5
6
+ Version 2.5.1 released on 2021-01-06
7
+ ====================================
8
+
9
+ **WARNING: ** this is a security update.
10
+
11
+ When processing SVG files, CairoSVG was using two regular expressions which are
12
+ vulnerable to Regular Expression Denial of Service (REDoS).
13
+
14
+ If an attacker provided a malicious SVG, it could make CairoSVG get stuck
15
+ processing the file for a very long time.
16
+
17
+ Other bug fixes:
18
+
19
+ * Fix marker positions for unclosed paths
20
+ * Follow hint when only output_width or output_height is set
21
+ * Handle opacity on raster images
22
+ * Don’t crash when use tags reference unknown tags
23
+ * Take care of the next letter when A/a is replaced by l
24
+ * Fix misalignment in node.vertices
25
+
26
+
6
27
Version 2.5.0 released on 2020-10-29
7
28
====================================
8
29
Original file line number Diff line number Diff line change 1
- 2.5.0
1
+ 2.5.1
You can’t perform that action at this time.
0 commit comments