-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
script-security 1.61
The following is a sample of some of the methods that are safe to be whitelisted and are quite useful:
- StringReader.read
- StringWriter.append
- new PrintWriter(Writer) (useful for capturing stacktraces as strings)
- List.add
- reverse() on List
- new LinkedHashSet()
PR: https://github.com/jenkinsci/script-security-plugin/pull/249