mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
PHP 문법 오류 수정2
This commit is contained in:
parent
52c23a9a2d
commit
3a616adee3
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class FuncIncTest extends \Codeception\TestCase\Test
|
|||
// embedded encoded tab to break up XSS - http://ha.ckers.org/xss.html
|
||||
array(
|
||||
'<IMG SRC="jav	ascript:alert(\'XSS\');">',
|
||||
'<img src="jav%20ascript%3Aalert(%5C\'XSS%5C\');" alt="jav ascript:alert(\\'XSS\\');" />'
|
||||
'<img src="jav%20ascript%3Aalert(%5C\'XSS%5C\');" alt="jav ascript:alert(\\\'XSS\\\');" />'
|
||||
),
|
||||
// issue 178
|
||||
array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue