That site serves from https now.

Reported-by: Nicholas Glorioso <glorioso@google.com>
Change-Id: I2150a18425a1fe3ab5a022882ffe06ccbde17f16
Signed-off-by: Jonathan Nieder <jrn@google.com>
This commit is contained in:
Jonathan Nieder 2018-05-04 15:09:22 -07:00
parent cdc5ec821e
commit b1f8ddfb70
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
* This is a hack for {@link WalkEncryption} to create any cipher configured by * 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 * the end-user. Using this class allows JGit to violate ErrorProne's security
* recommendations (<a * recommendations (<a
* href="http://errorprone.info/bugpattern/InsecureCryptoUsage" * href="https://errorprone.info/bugpattern/InsecureCryptoUsage"
* >InsecureCryptoUsage</a>), which is not secure. * >InsecureCryptoUsage</a>), which is not secure.
*/ */
class InsecureCipherFactory { class InsecureCipherFactory {