File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
3535
3636const (
3737 APP = "SSLScan Client"
38- VER = "2.5 .0"
38+ VER = "2.6 .0"
3939 DESC = "Command-line client for the SSL Labs API"
4040)
4141
Original file line number Diff line number Diff line change @@ -1126,6 +1126,7 @@ func print0RTTStatus(status int) {
11261126func printPolicyInfo (policy * sslscan.HPKPPolicy ) {
11271127 if policy == nil {
11281128 fmtc .Println ("No" )
1129+ return
11291130 }
11301131
11311132 switch policy .Status {
Original file line number Diff line number Diff line change 4444
4545Summary: Pretty awesome command-line client for public SSLLabs API
4646Name: sslcli
47- Version: 2.5 .0
47+ Version: 2.6 .0
4848Release: 0%{?dist }
4949Group: Applications/System
5050License: EKOL
119119################################################################################
120120
121121%changelog
122+ * Wed May 06 2020 Anton Novojilov <andy@essentialkaos.com> - 2.6.0-0
123+ - Fixed panic if HPKPPolicy is empty
124+ - ek package updated to v12
125+
122126* Fri Jan 03 2020 Anton Novojilov <andy@essentialkaos.com> - 2.5.0-0
123127- Updated for compatibility with the latest version of SSLLabs API
124128
You can’t perform that action at this time.
0 commit comments