Closed george-e-shaw-iv closed 6 years ago
3
pkg/webhost/webhost.go
From lines (65) if reqAuth(path) { to (127) } a lot needs cleaned up. I think a lot of those checks could be combined or something.
if reqAuth(path) {
}
Severity level (1-10):
3
Files/Directories Involved:
pkg/webhost/webhost.go
Description:
From lines (65)
if reqAuth(path) {
to (127)}
a lot needs cleaned up. I think a lot of those checks could be combined or something.Personal Comments: