diff --git a/Resources/Private/Fusion/Helper/ProtectContent.fusion b/Resources/Private/Fusion/Helper/ProtectContent.fusion index 760d900..ae287b2 100755 --- a/Resources/Private/Fusion/Helper/ProtectContent.fusion +++ b/Resources/Private/Fusion/Helper/ProtectContent.fusion @@ -22,7 +22,7 @@ prototype(CodeQ.PasswordProtectedContent:Helper.ProtectContent) < prototype(Neos condition = ${renderContentInBackend && node.context.inBackend} renderer = afx` - {Translation.translate('backend.configuredPasswordNotification', null, [configuredPassword], 'Fusion/Helper/ProtectContent', 'CodeQ.PasswordProtectedContent')} + {Translation.translate('backend.configuredPasswordNotification', null, [String.htmlSpecialChars(configuredPassword)], 'Fusion/Helper/ProtectContent', 'CodeQ.PasswordProtectedContent')} {content} ` diff --git a/composer.json b/composer.json index 0b682c0..9d6757f 100755 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "keywords": ["flow", "neos", "fusion", "password"], "require": { - "neos/neos": "~3.2 || ~4.0 || ~5.0 || ~7.0 || dev-master", + "neos/neos": "~3.2 || ~4.0 || ~5.0 || ~7.0 || ~8.0 || dev-master", "carbon/notification": "^1.0 || ^2.0 || dev-master" }, "autoload": {