Skip to content

Commit a035efa

Browse files
authored
Update CHANGELOG.md
1 parent ba962e0 commit a035efa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88

99
### Security Fixes
1010

11-
XSS/Script injection
11+
XSS/Script injection vulnerablilty fixed in 0.7.4
1212

13-
* matestack-ui-core is vulnerable to XSS/Script injection
14-
* matestack-ui-core does not excape strings by default and does not cover this in the docs
15-
* matestack-ui-core should escape strings by default in order to prevent XSS/Script injection vulnerability
13+
* matestack-ui-core was vulnerable to XSS/Script injection
14+
* matestack-ui-core did not excape strings by default and did not cover this in the docs
15+
* matestack-ui-core should have escaped strings by default in order to prevent XSS/Script injection vulnerability
16+
* 0.7.4 fixes that by performing string escaping by default now
17+
* a new component `unescaped` (like `plain` before) allows to render unsecaped strings, but forces the developer to explicitly make a concious decision about that
1618

1719
```ruby
1820
class Pages::MyApp::MyExamplePage < Matestack::Ui::Page

0 commit comments

Comments
 (0)