-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: yaml-axis-plugin
Problems
== Inline Script Block
Line: 3
----
<script><![CDATA[
var YamlMatrixExecutionStrategy = {
// ref. https://issues.jenkins-ci.org/browse/JENKINS-15604
cmChange: function(editor, change){
editor.save();
$$('.validated').forEach(function (e) {e.onchange()})
}
}
]]></script>
----
== Legacy checkUrl
Line: 21
----
checkUrl="'descriptorByName/YamlMatrixExecutionStrategy/checkYamlText?value='+escape(this.value)"
----
Solutions
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation