You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that socket access management is missing by far, and socket operation is unrestricted. Untrusted libraries could bind any socket, so the host environment could be hacked. Does any further plan has been put on the agenda?
Recently, wasmtime-wasi had released v0.34.0 which provides the basic networking(bytecodealliance/wasmtime#3711) with access management API like preopened_socket. I think we could support socket access via it.
The text was updated successfully, but these errors were encountered:
ChenKS12138
changed the title
Support socket access
Support socket access management
Feb 15, 2022
It seems that socket access management is missing by far, and socket operation is unrestricted. Untrusted libraries could bind any socket, so the host environment could be hacked. Does any further plan has been put on the agenda?
Recently, wasmtime-wasi had released v0.34.0 which provides the basic networking(bytecodealliance/wasmtime#3711) with access management API like
preopened_socket
. I think we could support socket access via it.The text was updated successfully, but these errors were encountered: