hyperlight-dev / hyperlight-dev/hyperlight
Review unsafe scopes
Đang mở
area/security
lifecycle/confirmed
- Ngôn ngữ chính
- Rust
- Star
- 4.7k
- Fork
- 208
- Merge trung bình
- 1 ngày 7 giờ
- Pull request đã merge (30 ngày)
- 47
Mô tả
In general the use of unsafe should be limited to blocks where unsafe code is used , with the exception that public functions that dereference raw pointer arguments should be marked as unsafe see [here](https://rust-lang.github.io/rust-clippy/master/index.html#/not_unsafe_ptr_arg_deref).
We need to review the code base to use the smallest possible scopes.
This can be split into multiple smaller issues to address specific parts of the codebase.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.