Conditions | 2 |
Paths | 2 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public function process() |
||
16 | { |
||
17 | $this->initWrapper($this->setLocalName()); |
||
18 | |||
19 | $xss = $this->soteria->xss(true); |
||
20 | $xss->clean($this->getReference()); |
||
21 | |||
22 | if (!$xss->result()->isValid()) { |
||
23 | $this->setScore($this->getRealScore()); |
||
24 | $this->setOutput($xss->result()->getOutput()); |
||
25 | $this->setResult(); |
||
26 | } |
||
35 | } |