-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: japex-plugin
Problems
== Inline Script Block
Line: 27
----
<script>
function jump(menu){
window.location.hash = menu.value;
}
</script>
----
== Inline Event Handler
Line: 32
----
<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