diff options
author | Jonathan Nieder <jrn@google.com> | 2018-05-04 15:09:22 -0700 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2018-05-04 15:09:22 -0700 |
commit | b1f8ddfb70b4b4c26dbea1bea8b686b258640978 (patch) | |
tree | c85a95ce80253e85f4a1a7eff777159eb70b2a1a | |
parent | cdc5ec821e4cbdaa31353916ac001bb596de8c55 (diff) | |
download | jgit-b1f8ddfb70b4b4c26dbea1bea8b686b258640978.tar.gz jgit-b1f8ddfb70b4b4c26dbea1bea8b686b258640978.zip |
Replace http://errorprone.info with https://errorprone.info
That site serves from https now.
Reported-by: Nicholas Glorioso <glorioso@google.com>
Change-Id: I2150a18425a1fe3ab5a022882ffe06ccbde17f16
Signed-off-by: Jonathan Nieder <jrn@google.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/InsecureCipherFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/InsecureCipherFactory.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/InsecureCipherFactory.java index 73384a1162..d494273f29 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/InsecureCipherFactory.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/InsecureCipherFactory.java @@ -54,7 +54,7 @@ import javax.crypto.NoSuchPaddingException; * This is a hack for {@link WalkEncryption} to create any cipher configured by * the end-user. Using this class allows JGit to violate ErrorProne's security * recommendations (<a - * href="http://errorprone.info/bugpattern/InsecureCryptoUsage" + * href="https://errorprone.info/bugpattern/InsecureCryptoUsage" * >InsecureCryptoUsage</a>), which is not secure. */ class InsecureCipherFactory { |