Skip to content

Commit

Permalink
Fixed XSS vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Apr 5, 2023
1 parent 5663224 commit 053d711
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fixed a bug where users were “View other users’ drafts” section permissions weren’t being enforced for unpublished drafts.
- Fixed a bug where element editors were showing provisional changes, even if the user didn’t have permission to save them.
- `craft\web\View::renderObjectTemplate()` now trims the returned template output.
- Fixed XSS vulnerabilities.

## 4.4.6.1 - 2023-04-04

Expand Down
1 change: 1 addition & 0 deletions packages/craftcms-webpack/Craft.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ declare var Craft: {
sendActionRequest(method: string, action: string, options?: object): Promise;
initUiElements($container: JQuery): void;
expandPostArray(arr: object): any;
escapeHtml(str: string);
Preview: any;
cp: any;
};
Expand Down
Loading

0 comments on commit 053d711

Please sign in to comment.