-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Legacy checkUrl Line: 5 ---- checkUrl="'${rootUrl}/plugin/MailMapResolver/checkSyntax?value='+encode(this.value)" ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation
[JENKINS-74477] [mailmap-resolver] Migrate legacy checkUrl attribute in WEB-INF/classes/org/jenkinsci/plugins/mailmapresolver/MailMapResolver/global.jelly
Description |
Original:
h4. Problems {noformat} == Legacy checkUrl Line: 5 ---- checkUrl="'${rootUrl}/plugin/MailMapResolver/checkSyntax?value='+encode(this.value)" ---- == Legacy checkUrl Line: 5 ---- checkUrl="'${rootUrl}/plugin/MailMapResolver/checkSyntax?value='+encode(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
New:
h4. Problem {noformat} == Legacy checkUrl Line: 5 ---- checkUrl="'${rootUrl}/plugin/MailMapResolver/checkSyntax?value='+encode(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
Summary | Original: [mailmap-resolver] Migrate legacy checkUrl attributes in WEB-INF/classes/org/jenkinsci/plugins/mailmapresolver/MailMapResolver/global.jelly | New: [mailmap-resolver] Migrate legacy checkUrl attribute in WEB-INF/classes/org/jenkinsci/plugins/mailmapresolver/MailMapResolver/global.jelly |