From b1f8ddfb70b4b4c26dbea1bea8b686b258640978 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Fri, 4 May 2018 15:09:22 -0700 Subject: Replace http://errorprone.info with https://errorprone.info That site serves from https now. Reported-by: Nicholas Glorioso Change-Id: I2150a18425a1fe3ab5a022882ffe06ccbde17f16 Signed-off-by: Jonathan Nieder --- .../src/org/eclipse/jgit/transport/InsecureCipherFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (InsecureCryptoUsage), which is not secure. */ class InsecureCipherFactory { -- cgit v1.2.3