multiselect.module

Line 98: Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.
'#title' => $element['#title'],

Line 99: Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.
'#description' => $element['#description'],

Comments

attheshow’s picture

Status: Active » Closed (works as designed)

Thanks for trying to help. They're false positives though and not bugs.