mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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): ?>
|
||||
<br />
|
||||
<?php
|
||||
printf($format, $value);
|
||||
printf($format, htmlspecialchars($value));
|
||||
endif;
|
||||
endforeach;
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user