HTML Purifer 변경 후 달라진 예상 값 변경

This commit is contained in:
MinSoo Kim 2016-01-02 15:13:03 +09:00
parent 2957f8cebe
commit c508d42abc

View file

@ -25,7 +25,7 @@ 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&#x09;ascript:alert(\'XSS\');">', '<IMG SRC="jav&#x09;ascript:alert(\'XSS\');">',
'' '<img src="jav%20ascript%3Aalert(%5C'XSS%5C');" alt="jav ascript:alert(\'XSS\');" />'
), ),
// issue 178 // issue 178
array( array(