Skip to content

Commit

Permalink
サニタイズ漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Aug 27, 2016
1 parent 697de5f commit 917cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Helper/UserEditFormHelper.php
Expand Up @@ -297,7 +297,7 @@ private function __input($fieldName, $userAttribute, $languageId = null) {
);
}

$attributes['help'] = Hash::get($userAttribute, 'UserAttribute.description', '');
$attributes['help'] = h(Hash::get($userAttribute, 'UserAttribute.description', ''));
$html .= $this->__inputDataType($fieldName, $userAttribute, $attributes);

return $html;
Expand Down

0 comments on commit 917cf5a

Please sign in to comment.