Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5265

enforce repository url verification for passing authz

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • 2.0.10, 2.2.1, 3.0.2, 3.0.3, 3.0.4
    • None
    • Settings
    • None

    Description

      Related discussion: http://markmail.org/message/7pswshucxc7qwtef

      in your settings you have:

          <server>
            <username>olamy</username>
            <password>reallycomplicatedpassword</password>
            <id>foo.org</id>
          </server>
      

      During dependencies resolution, you get a pom with a repository.

          <repository>
            <id>foo.org</id>
            <url>http://yourpasswordwillbehacked.org/</url>
          </repository>
      

      Idea id in settings must contains the target hostname.

      Attachments

        Activity

          People

            Unassigned Unassigned
            olamy Olivier Lamy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: