gemini-code-assist[bot] commented on code in PR #18718: URL: https://github.com/apache/tvm/pull/18718#discussion_r2774818668
########## docs/reference/security.rst: ########## @@ -43,6 +43,8 @@ The runtime depends on a limited set of system calls(e.g. malloc) in the system TVM RPC server assumes that the user is trusted and needs to be used in a trusted network environment and encrypted channels. It allows writings of arbitrary files into the server and provide full remote code execution capabilities to anyone who can access this API. +All of the TVM APIs are designed to be used by trusted users, for APIs that involves URL, +we expect users to put in only trusted URLs. Review Comment:  The phrasing in these lines can be improved for better grammatical correctness and flow. Specifically, "involves URL" should be "involve URLs" to match the plural "APIs". Additionally, splitting the thought into two distinct sentences can enhance readability. ```suggestion All TVM APIs are designed for trusted users. For APIs that involve URLs, users are expected to provide only trusted URLs. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
