Browse Source

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>
stable-5.0
Jonathan Nieder 7 years ago
parent
commit
b1f8ddfb70
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/transport/InsecureCipherFactory.java

2
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 {

Loading…
Cancel
Save