Skip to content

Commit 988f339

Browse files
committed
It's Certs for LabsReport and Id for LabCert should be string
1 parent 79d79d5 commit 988f339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssllabs-scan-v3.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ type LabsCaaPolicy struct {
121121
}
122122

123123
type LabsCert struct {
124-
Id int
124+
Id string
125125
Subject string
126126
CommonNames []string
127127
AltNames []string
@@ -430,7 +430,7 @@ type LabsReport struct {
430430
CacheExpiryTime int64
431431
CertHostnames []string
432432
Endpoints []LabsEndpoint
433-
Cert []LabsCert
433+
Certs []LabsCert
434434
rawJSON string
435435
}
436436

0 commit comments

Comments
 (0)