Permalink
Show file tree
Hide file tree
6 changes: 3 additions & 3 deletions
6
bundles/AdminBundle/Controller/Admin/DataObject/ClassificationstoreController.php
11 changes: 11 additions & 0 deletions
11
bundles/AdminBundle/Resources/public/js/pimcore/helpers.js
29 changes: 19 additions & 10 deletions
29
bundles/AdminBundle/Resources/public/js/pimcore/settings/staticroutes.js
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[Security] Fix xss in static routes panel (#14947)
* added new helper function to htmlEncode textFields, fixed xss issue in static routes panel * added `htmlspecialchars` to model * fixed double encode issue * fixed double encode problem in BE * changed type of `htmlspecialchars`, added `htmlspecialchars` to `setMethods` * improved `htmlSpecialChars` * changed SecurityHelper method name to `convertHtmlSpecialChars` * added htmlEncode to `deleteConfirm` msgbox
- Loading branch information
Showing
5 changed files
with
49 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters