-
Bug
-
Resolution: Fixed
-
Major
1.609.1, wf 1.8, secript-scurity 1.14
org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method java.lang.String substring int int
same for gstring.
org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject invokeMethod java.lang.String java.lang.Object (org.codehaus.groovy.runtime.GStringImpl substring java.lang.Integer java.lang.Integer)
- is blocking
-
JENKINS-25804 Whitelisted signature presets for Java standard APIs and Jenkins core APIs
-
- Resolved
-
- relates to
-
JENKINS-42618 Cannot use String index or range in sandboxed scripts
-
- Resolved
-
- links to
[JENKINS-29541] workflow scripts can't use String.substring(int,int)
Component/s | Original: workflow-plugin [ 18820 ] |
Labels | New: workflow |
Link |
New:
This issue is blocking |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 20 (Web Link)" [ 13104 ] |
I think this PR on script-security-plugin is solving the issue.