1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Adjusted TLS check.

This commit is contained in:
Sascha L. Teichmann 2021-12-13 16:25:34 +01:00
parent 8623728a9a
commit ffd43d510b
2 changed files with 30 additions and 20 deletions

View file

@ -100,7 +100,7 @@ func writeReport(report *Report, opts *options) error {
func buildChecks() []check {
return []check{
&tlsCheck{baseCheck{exec: 0, num: 3, description: "TLS"}},
&tlsCheck{baseCheck{exec: 13, num: 3, description: "TLS"}},
&redirectsCheck{baseCheck{exec: 12, num: 6, description: "Redirects"}},
&providerMetadataCheck{baseCheck{exec: 1, num: 7, description: "provider-metadata.json"}},
&securityCheck{baseCheck{exec: 2, num: 8, description: "security.txt"}},