Skip to content

Commit

Permalink
[SECURITY-2886]
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck authored and jenkinsci-cert-ci committed Sep 21, 2022
1 parent 6c69fa2 commit 84f41d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/helpIcon.jelly
Expand Up @@ -19,7 +19,7 @@
<j:if test="${attrs.iconSize != null}">
<j:set var="iconSize" value="icon-${iconSize}"/>
</j:if>
<l:icon tooltip="${tooltip}"
<l:icon tooltip="${h.htmlAttributeEscape(tooltip)}"
class="${class} ${iconSize}"
src="symbol-help-circle" />
</j:jelly>

0 comments on commit 84f41d2

Please sign in to comment.