File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` twill ` will be documented in this file.
4
4
5
+ ## 1.2.4 (2021-09-16)
6
+
7
+ Twill 1.2.4 is backporting a fix introduced in 2.5.2, which is addressing a security vulnerability.
8
+
9
+ ### Fixed
10
+
11
+ - 🚨 Fix XSS security vulnerability [ #1158 ] ( https://github.com/area17/twill/pull/1158 ) [ ` 404dbd74 ` ] ( https://github.com/area17/twill/commit/404dbd74 )
12
+
5
13
## 1.2.3 (2021-06-15)
6
14
7
15
Twill 1.2.3 is backporting a fix introduced in 2.4.0, which is addressing a security vulnerability on the CMS logout action.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class TwillServiceProvider extends ServiceProvider
40
40
*
41
41
* @var string
42
42
*/
43
- const VERSION = '1.2.3 ' ;
43
+ const VERSION = '1.2.4 ' ;
44
44
45
45
/**
46
46
* Service providers to be registered.
You can’t perform that action at this time.
0 commit comments