Skip to content

Commit 057aa10

Browse files
authored
[DOCS] Clarify trusted usage (#18718)
This docs clarifies trusted url requirements
1 parent c6e8b02 commit 057aa10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/security.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ The runtime depends on a limited set of system calls(e.g. malloc) in the system
4343
TVM RPC server assumes that the user is trusted and needs to be used in a trusted network environment
4444
and encrypted channels. It allows writings of arbitrary files into the server and provide
4545
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.
4648

4749

4850
AutoTVM data exchange between the tracker, server and client are in plain-text.

0 commit comments

Comments
 (0)