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

Whitelist requests for some java.io and other misc calls

    • 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

          Hari Dara created issue -
          Devin Nusbaum made changes -
          Released As New: script-security 1.61
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

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

              Created:
              Updated:
              Resolved: