Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SummerSec/SpringExploit
/ IsProxyUrl
Function
IsProxyUrl
cmd/commons/utils/proxy.go:9–16 ·
view source on GitHub ↗
(proxy string)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
IsProxyUrl(proxy string) bool {
10
11
if
strings.Contains(proxy,
":"
) {
12
return
true
13
}
14
return
false
15
16
}
17
18
func
GetProxyUrl(proxy string) (proxys string) {
19
Callers
1
InIt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected