orisano/go-adal

View on GitHub

Showing 1 of 17 total issues

Method Authority.Validate has 7 return statements (exceeds 4 allowed).
Open

func (a *Authority) Validate(httpClient *http.Client) error {
    if a.validated {
        return nil
    }
    host := a.URL.Host
Severity: Major
Found in authority.go - About 45 mins to fix
    Severity
    Category
    Status
    Source
    Language