HyperPS opened a new pull request, #18662: URL: https://github.com/apache/tvm/pull/18662
**This PR adds a lightweight input-size guard to `load_json()` to prevent pathological JSON inputs from causing excessive memory or CPU usage.** _The change preserves existing IR semantics and behavior for all valid inputs, while providing basic protection against unbounded inputs in networked and automated workflows._ This PR addresses a denial-of-service issue reported via **Huntr** related to unbounded JSON IR loading. -- 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]
