Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-57344

Whitelist requests for some java.io and other misc calls

XMLWordPrintable

    • 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()

            haridsv Hari Dara
            haridsv Hari Dara
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: