SBPF virtual machine v0.17.0
What's Changed
- test(fuzz): add build for line-hit coverage reports by @0xalpharush in #147
- fuzz: add elf-parser fuzz target with CI corpus upload by @0xalpharush in #150
- refactor: manually expose provenance when offsetting VM address by @nagisa in #151
- fix
RUNTIME_ENVIRONMENT_KEYpotential overflow by @publicqi in #152 - Expose unregister_function on BuiltinProgram by @procdump in #153
- add
read_sbpf_versionby @buffalojoec in #154 - Refactor
MemoryMappingby @LucasSte in #156 - Fix test warnings by @LucasSte in #157
- Use a pointer for MemoryMapping by @LucasSte in #158
- Adding trusted publishing + env + slsa provenance by @nbelenkov in #155
New Contributors
- @publicqi made their first contribution in #152
- @nbelenkov made their first contribution in #155
Full Changelog: v0.16.0...v0.17.0