-
Task
-
Resolution: Fixed
-
Minor
Problems
== Inline Script Block Line: 73 ---- <script> function jump(menu){ window.location.hash = menu.value; } </script> ---- == Inline Event Handler Line: 78 ---- <select name="choice" onChange="jump(this)"> ----
Solutions
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
- links to
[JENKINS-74098] [plot] Extract inline script block and event handler in hudson/plugins/plot/PlotReport/index.jelly
Summary | Original: [plot] Extract inline script blocks and lsevent handlers in hudson/plugins/plot/PlotReport/index.jelly | New: [plot] Extract inline script blocks and event handlers in hudson/plugins/plot/PlotReport/index.jelly |
Assignee | Original: Veaceslav Gaidarji [ vgaidarji ] |
Description |
Original:
h4. Problems {noformat} == Inline Script Block Line: 73 ---- <script> function jump(menu){ window.location.hash = menu.value; } </script> ---- == Inline Event Handler Line: 78 ---- <select name="choice" onChange="jump(this)"> ---- == Inline Script Block Line: 73 ---- <script> function jump(menu){ window.location.hash = menu.value; } </script> ---- == Inline Event Handler Line: 78 ---- <select name="choice" onChange="jump(this)"> ---- {noformat} h4. Solutions [https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks] [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problems {noformat} == Inline Script Block Line: 73 ---- <script> function jump(menu){ window.location.hash = menu.value; } </script> ---- == Inline Event Handler Line: 78 ---- <select name="choice" onChange="jump(this)"> ---- {noformat} h4. Solutions [https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks] [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [plot] Extract inline script blocks and event handlers in hudson/plugins/plot/PlotReport/index.jelly | New: [plot] Extract inline script block and event handler in hudson/plugins/plot/PlotReport/index.jelly |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 30234 ] |
Released As | New: https://github.com/jenkinsci/plot-plugin/releases/tag/plot-2.2.0 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |