Uploaded image for project: 'Giraph (Retired)'
  1. Giraph (Retired)
  2. GIRAPH-1120

Insecure repository configuration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.3.0
    • 1.3.0
    • build
    • None

    Description

      Hi, the repository configuration of giraph is dangerous, since it is susceptible for mitm attacks.

      <repositories>
          <repository>
            <id>central</id>
            <url>http://repo1.maven.org/maven2</url>
            <releases>
              <enabled>true</enabled>
            </releases>
          </repository>
      ...
      

      If one looks closer, no repository is needed to be configured since everything from the default profile is in maven central.

      If anything from a non-default profile is not found in maven central, it should be moved to the respective profile. For instance the CDH artifact repository should be moved to the cdh hadoop_cdh4.1.2 profile.

      Attachments

        Activity

          People

            Unassigned Unassigned
            oflebbe Olaf Flebbe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: