mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-22 16:59:02 +00:00
Unprotected access for websocket consoles.
Ref https://github.com/GNS3/gns3-gui/issues/2883#issuecomment-580677552
This commit is contained in:
@ -469,6 +469,7 @@ class NodeHandler:
|
||||
})
|
||||
async def ws_console(request, response):
|
||||
|
||||
print("HERE!")
|
||||
project = await Controller.instance().get_loaded_project(request.match_info["project_id"])
|
||||
node = project.get_node(request.match_info["node_id"])
|
||||
compute = node.compute
|
||||
|
Reference in New Issue
Block a user