rust-secure-code / safety-dance

Auditing crates for unsafe code which can be safely replaced
Apache License 2.0
536 stars 10 forks source link

[WIP] add image crate to trophy case #26

Closed Shnatsel closed 5 years ago

Shnatsel commented 5 years ago

image crate is audited, unsafe code removed as much as possible. Tracking issue #3 is closed. Just waiting on https://github.com/RustSec/advisory-db/pull/135 before this can be merged.

@HeroicKatora I know you've done a lot of work on making image safer. I'd be glad to recognize it here if that's OK with you. I'm only counting the unsafety identified by @64 here right now.

Shnatsel commented 5 years ago

@fintelia you've done a lot of work improving safety of image crate before safety-dance got started. Should we add your work to the unsafe block tally, or would you prefer to be credited separately?

fintelia commented 5 years ago

@Shnatsel either way works. Probably easier just to count all of them in the same tally?

Shnatsel commented 5 years ago

I'll include it in the tally then. Thanks again for your hard work!