oauth2-proxy/oauth2-proxy

View on GitHub
pkg/sessions/cookie/session_store.go

Summary

Maintainability
A
35 mins
Test Coverage
B
82%

Method SessionStore.makeCookie has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (s *SessionStore) makeCookie(req *http.Request, name string, value string, expiration time.Duration, now time.Time) *http.Cookie {
Severity: Minor
Found in pkg/sessions/cookie/session_store.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status