18F/e-QIP-prototype

View on GitHub
api/saml/saml.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Service.validate has 11 return statements (exceeds 10 allowed).
Open

func (service *Service) validate(response *saml.Response, original string) error {
    if response.Version != "2.0" {
        return errors.New("unsupported SAML Version")
    }

Severity: Major
Found in api/saml/saml.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status