ITADN

Make ffi module private

#81Pull Requestcaplanmaor 创建于 2025-12-25
C
caplanmaorcommented
The ffi module exposed ada_string::as_str() which returns &'static str. This lifetime is incorrect as the data actually borrows from the underlying ada_url object. Making the module private prevents external users from encountering this soundness issue.
合并状态:未合并 关闭于 2025-12-29 5 条评论