-
Notifications
You must be signed in to change notification settings - Fork 998
Closed
Description
What kind an issue is this?
Security issue in the way dependencies are handled
Issue description
The build.gradle file includes a LOT of repositories over http, which potentially exposes every user of the library to trivially executed MITM attacks.
Steps to reproduce
Found by using elasticsearch-hadoop with a newer version of leiningen, where the code to reproduce is simply
lein deps
More information https://github.com/technomancy/leiningen/blob/master/doc/FAQ.md ,
under "I got 'Tried to use insecure HTTP repository without TLS' ..."
fpoppinga