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

Core Whitelist does not include all standard types in java.util.Collections

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core

      Caused JENKINS-48932, and will likely cause failures in other plugins.

      Generally whitelisting of private classes in Java is a way to nowhere, we cannot guarantee that all Java implementation have the same private classes if they are not strongly specified.

          [JENKINS-48946] Core Whitelist does not include all standard types in java.util.Collections

          Oleg Nenashev created issue -
          Oleg Nenashev made changes -
          Labels New: jep-200
          Oleg Nenashev made changes -
          Link New: This issue relates to JENKINS-48932 [ JENKINS-48932 ]

          Oleg Nenashev added a comment -

          Oleg Nenashev added a comment - https://github.com/jenkinsci/jenkins/pull/3234
          Oleg Nenashev made changes -
          Remote Link New: This issue links to "https://github.com/jenkinsci/jenkins/pull/3234 (Web Link)" [ 19795 ]
          Oleg Nenashev made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Oleg Nenashev made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Oleg Nenashev made changes -
          Assignee New: Oleg Nenashev [ oleg_nenashev ]
          Oleg Nenashev made changes -
          Link New: This issue relates to JENKINS-48956 [ JENKINS-48956 ]

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          core/src/main/resources/jenkins/security/whitelisted-classes.txt
          http://jenkins-ci.org/commit/jenkins/ad8fecfbd39652f0127aec070d91eb7f381bb0d8
          Log:
          JENKINS-48946 - Add all private classes of java.util.Collections (OpenJDK) to the whitelist.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: core/src/main/resources/jenkins/security/whitelisted-classes.txt http://jenkins-ci.org/commit/jenkins/ad8fecfbd39652f0127aec070d91eb7f381bb0d8 Log: JENKINS-48946 - Add all private classes of java.util.Collections (OpenJDK) to the whitelist.

            oleg_nenashev Oleg Nenashev
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: