CodeQL #33
Annotations
10 errors
Analyze (go):
lib/ipmi/ipmi.go#L10
exported type BmcInfo should have comment or be unexported
|
Analyze (go):
lib/ipmi/ipmi.go#L22
comment on exported function Check should be of the form "Check ..."
|
Analyze (go):
lib/ipmi/ipmi.go#L29
exported function GetBmcInfo should have comment or be unexported
|
Analyze (go):
lib/ipmi/ipmi.go#L47
exported function LanConfig should have comment or be unexported
|
Analyze (go):
lib/ipmi/ipmi.go#L104
exported function DeviceInfo should have comment or be unexported
|
Analyze (go):
lib/storage/storage.go#L166
comment on exported function Check should be of the form "Check ..."
|
Analyze (go)
netbox.main calls netbox.ApiDcimSitesCreateRequest.Execute, which eventually calls http.Client.Do
|
Analyze (go)
netbox.main calls os.Getenv, which eventually calls x509.CertPool.AppendCertsFromPEM
|
Analyze (go)
ipmi.DeviceInfo calls fmt.Printf, which eventually calls x509.Certificate.Verify
|
Analyze (go)
ipmi.DeviceInfo calls fmt.Printf, which eventually calls x509.Certificate.VerifyHostname
|