Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insecure gradle #12

Open
IzzySoft opened this issue Oct 20, 2018 · 0 comments
Open

insecure gradle #12

IzzySoft opened this issue Oct 20, 2018 · 0 comments

Comments

@IzzySoft
Copy link

just in case someone is still working on this project: F-Droid lint just complained about

build/ch.phcoder.jigit/build.gradle
repositories {
  mavenCentral()
  maven {
    url "http://repo.gradle.org/gradle/javascript-public"
  }
gradle build uses plain HTTP URLs for repositories!  This is insecure!
https://max.computer/blog/how-to-take-over-the-computer-of-any-java-or-clojure-or-scala-developer/

should be solved easily by changing the protocol to https (page responds fine).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant