Skip to content
Permalink
Browse files Browse the repository at this point in the history
SW-26748 - improve input filter
  • Loading branch information
PascalThesing committed Jun 15, 2022
1 parent 1c46224 commit 3e025a0
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 129 deletions.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -84,13 +84,16 @@
"symfony/serializer": "~5.4.0",
"symfony/validator": "~4.4.34",
"symfony/web-link": "~4.4.27",
"voku/anti-xss": "~4.1.39",
"wikimedia/less.php": "3.1.0"
},
"replace": {
"paragonie/random_compat": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*"
"symfony/polyfill-php73": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-mbstring": "*"
},
"suggest": {
"ext-apcu": "*",
Expand Down
341 changes: 257 additions & 84 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e025a0

Please sign in to comment.