-
Task
-
Resolution: Unresolved
-
Minor
Problems
== Legacy checkUrl Line: 4 ---- checkUrl="'descriptorByName/com.mesosphere.velocity.marathon.MarathonRecorder/checkUrl?value='+encode(this.value)" ---- == Legacy checkUrl Line: 39 ---- checkUrl="'descriptorByName/com.mesosphere.velocity.marathon.MarathonRecorder/checkUri?value='+encode(this.value)" ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation
[JENKINS-74452] [marathon] Migrate legacy checkUrl attributes in com/mesosphere/velocity/marathon/MarathonRecorder/config.jelly
Assignee | Original: Colin [ colinmsphere ] |
Description |
Original:
h4. Problems {noformat} == Legacy checkUrl Line: 4 ---- checkUrl="'descriptorByName/com.mesosphere.velocity.marathon.MarathonRecorder/checkUrl?value='+encode(this.value)" ---- == Legacy checkUrl Line: 39 ---- checkUrl="'descriptorByName/com.mesosphere.velocity.marathon.MarathonRecorder/checkUri?value='+encode(this.value)" ---- == Legacy checkUrl Line: 4 ---- checkUrl="'descriptorByName/com.mesosphere.velocity.marathon.MarathonRecorder/checkUrl?value='+encode(this.value)" ---- == Legacy checkUrl Line: 39 ---- checkUrl="'descriptorByName/com.mesosphere.velocity.marathon.MarathonRecorder/checkUri?value='+encode(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
New:
h4. Problems {noformat} == Legacy checkUrl Line: 4 ---- checkUrl="'descriptorByName/com.mesosphere.velocity.marathon.MarathonRecorder/checkUrl?value='+encode(this.value)" ---- == Legacy checkUrl Line: 39 ---- checkUrl="'descriptorByName/com.mesosphere.velocity.marathon.MarathonRecorder/checkUri?value='+encode(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |