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

Refusing to marshal org.apache.commons.net.ftp.FTPClient for security reasons

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • ftp-rename-plugin
    • Jenkins: 2.263.4
      OS: Linux - 4.19.128-microsoft-standard
      ftp-rename: 1.2
      Windows 10 (Docker Desktop)

      Reproduction steps

      • Install FTP Rename plugin
      • Add a build step with FTP Rename
      • Click save

      Results

      Expected result:
      The build changes successfully saved

      Actual result:
      Failure to save, error: A problem occurred while processing the request.

       

      Stacktrace logs attached

          [JENKINS-65035] Refusing to marshal org.apache.commons.net.ftp.FTPClient for security reasons

          Ahliddin added a comment - - edited

          I checked out FTP Rename plugin sourcecode and replaced the `FTPClient` to `FTPSClient` and increased the version of commons-net library to latest 3.8.0, but that didn't solve the issue. It was throwing similar complaint about FTPSClient class.

          Ahliddin added a comment - - edited I checked out FTP Rename plugin sourcecode and replaced the `FTPClient` to `FTPSClient` and increased the version of commons-net library to latest 3.8.0, but that didn't solve the issue. It was throwing similar complaint about FTPSClient class.

            Unassigned Unassigned
            ahliddin Ahliddin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: