mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
HTML Purifer 변경 후 달라진 예상 값 변경3
This commit is contained in:
parent
7ca4096161
commit
a2088308de
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ class FuncIncTest extends \Codeception\TestCase\Test
|
||||||
// embedded encoded tab to break up XSS - http://ha.ckers.org/xss.html
|
// embedded encoded tab to break up XSS - http://ha.ckers.org/xss.html
|
||||||
array(
|
array(
|
||||||
'<IMG SRC="jav	ascript:alert(\'XSS\');">',
|
'<IMG SRC="jav	ascript:alert(\'XSS\');">',
|
||||||
'<img src="jav%20ascript%3Aalert(\%5C\'XSS\%5C\');" alt="jav ascript:alert(\\\'XSS\\\');" />'
|
'<img src="jav%20ascript%3Aalert(\'XSS\
|
||||||
|
');" alt="jav ascript:alert(\'XSS\');" />'
|
||||||
),
|
),
|
||||||
// issue 178
|
// issue 178
|
||||||
array(
|
array(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue