-
Task
-
Resolution: Fixed
-
Minor
Problem
== Inline Event Handler Line: 72 ---- <f:checkbox name="${attrs.name}" onclick="javascript:updateOptionalBlock(this,true)" negative="${attrs.negative}" checked="${attrs.checked}" field="${attrs.field}" title="${title}" /> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
[JENKINS-74202] [dockerhub-notification] Extract inline event handler in lib/local/optionalBlock.jelly
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 72 ---- <f:checkbox name="${attrs.name}" onclick="javascript:updateOptionalBlock(this,true)" negative="${attrs.negative}" checked="${attrs.checked}" field="${attrs.field}" title="${title}" /> ---- == Inline Event Handler Line: 72 ---- <f:checkbox name="${attrs.name}" onclick="javascript:updateOptionalBlock(this,true)" negative="${attrs.negative}" checked="${attrs.checked}" field="${attrs.field}" title="${title}" /> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 72 ---- <f:checkbox name="${attrs.name}" onclick="javascript:updateOptionalBlock(this,true)" negative="${attrs.negative}" checked="${attrs.checked}" field="${attrs.field}" title="${title}" /> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [dockerhub-notification] Extract inline event handlers in lib/local/optionalBlock.jelly | New: [dockerhub-notification] Extract inline event handler in lib/local/optionalBlock.jelly |
Assignee | New: Shlomo [ shlomo_dahan ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "jenkinsci/dockerhub-notification-plugin#53 (Web Link)" [ 30207 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 2.7.3 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Closed [ 6 ] |