We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fead9f8 commit 39f4661Copy full SHA for 39f4661
1 file changed
library/Reporting/Web/Widget/CoverPage.php
@@ -157,7 +157,7 @@ protected function assemble()
157
if ($this->hasColor()) {
158
$coverPageLogo = (new StyleWithNonce())
159
->setModule('reporting')
160
- ->addFor($content, ['color' => $this->getColor()]);
+ ->addFor($content, ['color' => Html::escape($this->getColor())]);
161
162
$content->addHtml($coverPageLogo);
163
}
0 commit comments