-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audit Cap'n Proto and drasticly reduce the amount of unsafe code #67
Comments
Are you referring to the runtime library, or the code it generates? https://crates.io/crates/capnp seems to have ~200 daily downloads. A protobuf implementation such https://crates.io/crates/protobuf or https://crates.io/crates/prost would be a higher-value target with ~3000 daily downloads each. |
I'd love to see an audit of |
I've opened #68 for prost. |
@Shnatsel The runtime library seems to be the biggest risk; |
Like protobufs, Cap’n Proto is exposed to untrusted data from the network. |
I would love to use Cap'n Proto, but it is full of unsafe code (~3000 lines).
The text was updated successfully, but these errors were encountered: