Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TecharoHQ/anubis
/ Error
Method
Error
lib/challenge/error.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(e *Error) Error() string {
32
return
fmt.Sprintf(
"challenge: error when processing challenge: %s: %v"
, e.Verb, e.PrivateReason)
33
}
34
35
func
(e *Error) Unwrap() error {
36
return
e.PrivateReason
Callers
15
RenderIndex
Method · 0.80
TestStripBasePrefixFromRequest
Function · 0.80
TestChallengeFor_ErrNotFound
Function · 0.80
TestPassChallengeXSS
Function · 0.80
issueChallenge
Method · 0.80
maybeReverseProxy
Method · 0.80
checkRules
Method · 0.80
handleDNSBL
Method · 0.80
MakeChallenge
Method · 0.80
PassChallenge
Method · 0.80
check
Method · 0.80
TestRedirectSecurity
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestStripBasePrefixFromRequest
Function · 0.64
TestChallengeFor_ErrNotFound
Function · 0.64
TestPassChallengeXSS
Function · 0.64
TestRedirectSecurity
Function · 0.64
TestComprehensiveTranslations
Function · 0.64
TestASNChecker
Function · 0.64
BenchmarkWithCache
Function · 0.64
TestGeoIPChecker
Function · 0.64
TestFactoryValid
Function · 0.64
TestConfigValidKnownGood
Function · 0.64
TestImportStatement
Function · 0.64
TestBotConfigZero
Function · 0.64