-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Inline Event Handler Line: 8 ---- <img src="${rootURL}/plugin/covcomplplot/icons/help.gif" width="13" height="13" style="cursor:pointer" space="2" onclick="showDescription(this, 'covComplDescription', '${h.jsStringEscape(it.target.description)}')" /> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
[JENKINS-74356] [covcomplplot] Extract inline event handler in WEB-INF/classes/hudson/plugins/covcomplplot/CovComplPlotBuildAction/graph.jelly
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 8 ---- <img src="${rootURL}/plugin/covcomplplot/icons/help.gif" width="13" height="13" style="cursor:pointer" space="2" onclick="showDescription(this, 'covComplDescription', '${h.jsStringEscape(it.target.description)}')" /> ---- == Inline Event Handler Line: 8 ---- <img src="${rootURL}/plugin/covcomplplot/icons/help.gif" width="13" height="13" style="cursor:pointer" space="2" onclick="showDescription(this, 'covComplDescription', '${h.jsStringEscape(it.target.description)}')" /> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 8 ---- <img src="${rootURL}/plugin/covcomplplot/icons/help.gif" width="13" height="13" style="cursor:pointer" space="2" onclick="showDescription(this, 'covComplDescription', '${h.jsStringEscape(it.target.description)}')" /> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [covcomplplot] Extract inline event handlers in WEB-INF/classes/hudson/plugins/covcomplplot/CovComplPlotBuildAction/graph.jelly | New: [covcomplplot] Extract inline event handler in WEB-INF/classes/hudson/plugins/covcomplplot/CovComplPlotBuildAction/graph.jelly |