-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Legacy checkUrl Line: 4 ---- checkUrl="'descriptorByName/SMSNotification/numberCheck?param='+encodeURIComponent(this.value)" ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation
[JENKINS-74450] [sms] Migrate legacy checkUrl attribute in WEB-INF/classes/com/hoiio/jenkins/plugin/SMSNotification/config.jelly
Description |
Original:
h4. Problems {noformat} == Legacy checkUrl Line: 4 ---- checkUrl="'descriptorByName/SMSNotification/numberCheck?param='+encodeURIComponent(this.value)" ---- == Legacy checkUrl Line: 4 ---- checkUrl="'descriptorByName/SMSNotification/numberCheck?param='+encodeURIComponent(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
New:
h4. Problem {noformat} == Legacy checkUrl Line: 4 ---- checkUrl="'descriptorByName/SMSNotification/numberCheck?param='+encodeURIComponent(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
Summary | Original: [sms] Migrate legacy checkUrl attributes in WEB-INF/classes/com/hoiio/jenkins/plugin/SMSNotification/config.jelly | New: [sms] Migrate legacy checkUrl attribute in WEB-INF/classes/com/hoiio/jenkins/plugin/SMSNotification/config.jelly |