GitHub user srowen opened a pull request:

    https://github.com/apache/spark/pull/1805

    SPARK-2879 [BUILD] Use HTTPS to access Maven Central and other repos

    Maven Central has just now enabled HTTPS access for everyone to Maven 
Central 
(http://central.sonatype.org/articles/2014/Aug/03/https-support-launching-now/) 
This is timely, as a reminder of how easily an attacker can slip malicious code 
into a build that's downloading artifacts over HTTP 
(http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/).
    
    In the meantime, it looks like the Spring repo also now supports HTTPS, so 
can be used this way too.
    
    I propose to use HTTPS to access these repos.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srowen/spark SPARK-2879

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1805.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1805
    
----
commit 7043a8e4d1576424068bf307abb315809696c690
Author: Sean Owen <sro...@gmail.com>
Date:   2014-08-06T09:46:16Z

    Use HTTPS for Maven Central libs and plugins; use id 'central' to override 
parent properly; use HTTPS for Spring repo

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to