-
Task
-
Resolution: Unresolved
-
Minor
Problems
== Legacy checkUrl Line: 17 ---- checkUrl="'${rootURL}/builder/TestLinkBuilder/checkMandatory?value='+escape(this.value)" ---- == Legacy checkUrl Line: 22 ---- checkUrl="'${rootURL}/builder/TestLinkBuilder/checkMandatory?value='+escape(this.value)" ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation
[JENKINS-74345] [testlink] Migrate legacy checkUrl attributes in hudson/plugins/testlink/TestLinkBuilder/config.jelly
Assignee | Original: Bruno P. Kinoshita [ kinow ] |
Description |
Original:
h4. Problems {noformat} == Legacy checkUrl Line: 17 ---- checkUrl="'${rootURL}/builder/TestLinkBuilder/checkMandatory?value='+escape(this.value)" ---- == Legacy checkUrl Line: 22 ---- checkUrl="'${rootURL}/builder/TestLinkBuilder/checkMandatory?value='+escape(this.value)" ---- == Legacy checkUrl Line: 17 ---- checkUrl="'${rootURL}/builder/TestLinkBuilder/checkMandatory?value='+escape(this.value)" ---- == Legacy checkUrl Line: 22 ---- checkUrl="'${rootURL}/builder/TestLinkBuilder/checkMandatory?value='+escape(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
New:
h4. Problems {noformat} == Legacy checkUrl Line: 17 ---- checkUrl="'${rootURL}/builder/TestLinkBuilder/checkMandatory?value='+escape(this.value)" ---- == Legacy checkUrl Line: 22 ---- checkUrl="'${rootURL}/builder/TestLinkBuilder/checkMandatory?value='+escape(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |