-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: script-security-plugin
-
Environment:Jenkins ver. 2.204.2
script-security-plugin 1.68
-
script-security 1.72
Originally reported by wolniewicz inĀ JENKINS-61575, but that issue appears to be broken so I cloned it here.
We have upgraded the plugin from 1.66 -> 1.68
Since version 1.68 method java.util.regex.Matcher find is not longer whitelisted:
Was this made on purpose or all mentioned methods were removed by accident?
method java.util.regex.Matcher find
method java.util.regex.Matcher group java.lang.String
Ā
We had to manually approve mentioned methods on our production servers.
Could you please add mentioned methods to default approve list?
- is caused by
-
JENKINS-59952 Whitelist request for regex.MatchResult methods
-
- Closed
-
- links to