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

Mantis password written in plain text in build.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • mantis-plugin
    • Jenkins 1.580.2
      mantis-plugin 0.25

      After a build which required an interaction with Mantis, one can found the credentials used by mantis-plugin in the file build.xml

          <hudson.plugins.mantis.MantisRegisterAction plugin="mantis@0.25">
            <site>
              <url>http://someserver/mantis/</url>
              <version>V120</version>
              <userName>aaaaa</userName>
              <password>xxxxx</password>
            </site>
            <issueNo>3465</issueNo>
          </hudson.plugins.mantis.MantisRegisterAction>
      

            sogabe sogabe
            benoitandrieu Benoit Andrieu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: