Skip to content

Commit

Permalink
Release 6.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Belloy <[email protected]>
  • Loading branch information
pbe-axelor committed Feb 5, 2025
1 parent ed9f4d7 commit 0076fa7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 6.1.7 (2025-02-05)

#### Fixed

* Fix broken formatting on HTML widget because of sanitization

<details>

DOMPurify sanitization reverses attributes order,
creating discrepancy with view value and causing issue with HTML widget.
Now update value if it was actually sanitized only.

</details>

#### Security

* Sanitize HTML on grid HTML widget

## 6.1.6 (2024-10-17)

#### Fixed
Expand Down
8 changes: 0 additions & 8 deletions changelogs/unreleased/fix-html-widget-sanitize.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/unreleased/security-html-widget-grid.yml

This file was deleted.

0 comments on commit 0076fa7

Please sign in to comment.