Skip to content

Commit

Permalink
TASK: Followup 8.3 Revert "BUGFIX: Sanitize uploaded svg files for su…
Browse files Browse the repository at this point in the history
…spicious contents"

This reverts commit a1642ef fully for 8.3

In the upmerge e2b8951#diff-b54379d1fdcdc7a8433b179ba5a080f729e68a559cd2a6203e9d1c49b7789c3e this composer json adjustment in Flow got lost.
  • Loading branch information
mhsdesign committed Jan 21, 2024
1 parent ad62ba8 commit f478019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Neos.Flow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@

"composer/composer": "^2.2.8",

"egulias/email-validator": "^2.1.17 || ^3.0",
"enshrined/svg-sanitize": "^0.16.0"
"egulias/email-validator": "^2.1.17 || ^3.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6.10",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ext-reflection": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"neos/composer-plugin": "^2.0",
"psr/http-message": "^1.0",
"psr/http-factory": "^1.0",
"psr/container": "^1.0",
Expand All @@ -31,7 +32,6 @@
"symfony/yaml": "^5.1||^6.0",
"symfony/dom-crawler": "^5.1||^6.0",
"symfony/console": "^5.1||^6.0",
"neos/composer-plugin": "^2.0",
"composer/composer": "^2.2.8",
"egulias/email-validator": "^2.1.17 || ^3.0",
"typo3fluid/fluid": "~2.7.0",
Expand Down

0 comments on commit f478019

Please sign in to comment.