-
Improvement
-
Resolution: Fixed
-
Minor
-
None
The following methods need to be whitelisted so that regex package can be fully utilized:
- method java.util.regex.MatchResult end
- method java.util.regex.MatchResult group
- method java.util.regex.MatchResult start
There may be other methods in regex that need to be whitelisted.
- causes
-
JENKINS-61952 Matcher.find() and Matcher.group(String) are no longer whitelisted
-
- Resolved
-
Have a PR open: https://github.com/jenkinsci/script-security-plugin/pull/274