-
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()
[JENKINS-57344] Whitelist requests for some java.io and other misc calls
Released As | New: script-security 1.61 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
PR: https://github.com/jenkinsci/script-security-plugin/pull/249