Releases: Speykious/cve-rs
Releases · Speykious/cve-rs
cve-rs v0.6.0
Improvements
- Our safe
transmute
implementation has been rewritten by @Creative0708 using a dummy enum instead of a dangling reference and stack spamming. It now works both on debug and release mode on all platforms we support! - We have added benchmarks to ensure that
transmute
is actually Blazingly 🔥 Fast 🚀. not_alloc
now returns the maximum reference instead of a null one.segfault
now finally works on WASM (WASI), usingnot_alloc
to dereference the maximum reference.- cve-rs now has working CI! This will let us ensure that all tasks fail successfully.
PRs
- Fix string layout determination by @elihunter173 in #9
- Replace reqwest with ureq by @FlareFlo in #19
New Contributors
- @elihunter173 made their first contribution in #9
- @FlareFlo made their first contribution in #19
Full Changelog: v0.5.0...v0.6.0