This commit is contained in:
Philipp 2023-05-14 20:34:42 +02:00
parent 10aec7120a
commit 07856ee6b4
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -30,8 +30,8 @@ class NotifyTest extends FixtureTest
{ {
return [ return [
'xss-notify' => [ 'xss-notify' => [
'name' => 'Whiskers', 'name' => 'Whiskers',
'message' => '{0} commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from <script>alert("Tek");</script>', 'message' => '{0} commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from <script>alert("Tek");</script>',
'assertion' => '<span class="contactname">Whiskers</span> commented in the thread &quot;If my username causes a pop up in a piece of software, that softwar…&quot; from &lt;script&gt;alert(&quot;Tek&quot;);&lt;/script&gt;', 'assertion' => '<span class="contactname">Whiskers</span> commented in the thread &quot;If my username causes a pop up in a piece of software, that softwar…&quot; from &lt;script&gt;alert(&quot;Tek&quot;);&lt;/script&gt;',
], ],
]; ];