hyperlight-dev / hyperlight-dev/hyperlight
Review unsafe scopes
Abierto
area/security
lifecycle/confirmed
- Lenguaje dominante
- Rust
- Estrellas
- 4.7k
- Forks
- 208
- Merge medio
- 1 d 7 h
- PR fusionados (30 d)
- 47
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.