We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4a506 commit 45e708cCopy full SHA for 45e708c
lib/internal/Magento/Framework/Test/Unit/EscaperTest.php
@@ -406,8 +406,8 @@ public function escapeDataProvider()
406
'http://test.com/?redirect=:\x74\x65\x78\x74x2cCPHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg',
407
],
408
[
409
- 'http://test.com/?redirect={{{j}}{{j}}{{j}}{{j}}}avascript:alert(1)',
410
- 'http://test.com/?redirect=:alert(1)',
+ 'http://test.com/?{{{test}}{{test_translated}}{{tes_origin}}{{theme}}}',
+ 'http://test.com/?test',
411
412
];
413
}
0 commit comments