Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firebasky/Java
/ save
Function
save
Confluence/CVE-2022-26134.py:70–74 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
68
pass
69
70
def
save(result):
71
file = open(
'result.txt'
,
'w'
)
72
for
line in result:
73
file.write(line +
'\n'
)
74
file.close()
75
76
77
def
Scan_http(url, socket_proxies):
Callers
1
fileTarget
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected