Fixed: ServiceIconHelper XSS via unescaped extraClass #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed in commit
8dd6fddSeverity: Medium
What was wrong:
$extraClassparameter inrenderIcon()was output directly into HTML class attribute without escaping.Fix applied:
Escaped with
htmlspecialchars().Files:
ServiceIconHelper.phpLabel:
priority: medium,status: pending-testingBranch created:
feature/90-fixed-serviceiconhelper-xss-via-unescape