We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e8b02 commit 057aa10Copy full SHA for 057aa10
docs/reference/security.rst
@@ -43,6 +43,8 @@ The runtime depends on a limited set of system calls(e.g. malloc) in the system
43
TVM RPC server assumes that the user is trusted and needs to be used in a trusted network environment
44
and encrypted channels. It allows writings of arbitrary files into the server and provide
45
full remote code execution capabilities to anyone who can access this API.
46
+All of the TVM APIs are designed to be used by trusted users, for APIs that involves URL,
47
+we expect users to put in only trusted URLs.
48
49
50
AutoTVM data exchange between the tracker, server and client are in plain-text.
0 commit comments