mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Use htmlspecialchars to prevent attacks
This commit is contained in:
parent
e5fdf78c98
commit
cb04c42bab
@ -34,7 +34,7 @@ $contactHelper = $this->getHelper('ContactFlags');
|
|||||||
if ($value): ?>
|
if ($value): ?>
|
||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
printf($format, $value);
|
printf($format, htmlspecialchars($value));
|
||||||
endif;
|
endif;
|
||||||
endforeach;
|
endforeach;
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user