Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added middleware for router #50

Merged
merged 4 commits into from
Jan 29, 2023
Merged

Added middleware for router #50

merged 4 commits into from
Jan 29, 2023

Conversation

djthorpe
Copy link
Member

Updates #48 to complete task to add middleware

@djthorpe djthorpe merged commit cbb2abf into main Jan 29, 2023
util.ServeError(w, http.StatusUnauthorized, err.Error())
return
}
fmt.Println("bearer", bearer)

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1).
util.ServeError(w, http.StatusUnauthorized, err.Error())
return
}
fmt.Println("bearer", bearer)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

[Sensitive data returned by HTTP request headers](1) flows to a logging call.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant