You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2019. It is now read-only.
What do you think about a Rust code generator for the wire protocol, in addition to the C++ one? The idea is statically-enforced memory safety to prevent sandbox escapes, as an additional layer of defense over fuzzing. I'd be happy to maintain it or bear responsibility for finding someone who can.
For now it could generate C++-compatible objects for consumption by the backends.
What do you think about a Rust code generator for the wire protocol, in addition to the C++ one? The idea is statically-enforced memory safety to prevent sandbox escapes, as an additional layer of defense over fuzzing. I'd be happy to maintain it or bear responsibility for finding someone who can.
For now it could generate C++-compatible objects for consumption by the backends.