-
Task
-
Resolution: Unresolved
-
Minor
Note
While testing this plugin, evaluate whether the third-party libraries in src/main/webapp are compatible with CSP in restrictive mode. The plugin may need to be upgraded from jQuery 1.x to 3.x to fully function in CSP restrictive mode.
Problem
== Inline Event Handler Line: 9 ---- <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
[JENKINS-74548] [testabilityexplorer] Extract inline event handler in WEB-INF/classes/hudson/plugins/testabilityexplorer/publisher/FreestylePublisher/config.jelly
Assignee | Original: reikje [ reikje ] |
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 9 ---- <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/> ---- == Inline Event Handler Line: 9 ---- <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 9 ---- <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [testabilityexplorer] Extract inline event handlers in WEB-INF/classes/hudson/plugins/testabilityexplorer/publisher/FreestylePublisher/config.jelly | New: [testabilityexplorer] Extract inline event handler in WEB-INF/classes/hudson/plugins/testabilityexplorer/publisher/FreestylePublisher/config.jelly |
Description |
Original:
h4. Problem {noformat} == Inline Event Handler Line: 9 ---- <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h1. Note
*While testing this plugin, evaluate whether the third-party libraries in {{src/main/webapp}} are compatible with CSP in restrictive mode. The plugin may need to be upgraded from jQuery 1.x to 3.x to fully function in CSP restrictive mode.* h4. Problem {noformat} == Inline Event Handler Line: 9 ---- <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |