Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.01 KB

File metadata and controls

11 lines (7 loc) · 1.01 KB

Reporting security concerns

Security concerns should be reported to contact@pyke.io. Do not report vulnerabilities in GitHub issues or any other public forum (GitHub Discussions, Discord).

When making a report, ensure that the issue is actionable by ort or one of its alternative backends - ort-candle, ort-tract, and ort-web. For example: a buffer overflow caused by a bad session input name is actionable; an RCE caused by a maliciously crafted .onnx file is not actionable (as ort itself does not handle model loading), and we suggest you report the issue to the underlying runtime instead.

For issues affecting ONNX Runtime in general, see Microsoft's security disclosure information.

Maintained versions

1.x branches of ort are not maintained and will not receive security patches.

After version 2.0.0 is stable, all minor versions (2.x) will receive security patches.