rust-secure-code / safety-dance

Auditing crates for unsafe code which can be safely replaced

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audit Scroll

danielhenrymantilla opened this issue · comments

https://crates.io/crates/scroll

  • 140K downloads;

  • a bunch of unsafe blocks, with one used within a macro thats uses an input type to transmute into it;

    • at the very least this requires // Safety annotations and the macro have unsafe in its name.

At about 800 downloads/day, used by goblin