From bd9911a3e554c6e6d0a75609be5344d9530e5f08 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Mon, 22 Apr 2019 20:43:17 +0100 Subject: [PATCH] Add security warning to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8b46dd2..6142a1a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ capnpc-c This is a C plugin for [Cap'n Proto](http://kentonv.github.io/capnproto), an efficient protocol for sharing data and capabilities. +> ## Security warning! + +> The generated code assumes all input to be trusted. Do NOT use with +> untrusted input! There is currently no code in place to check if +> structures/pointers are within bounds. + This is only the code generator plugin, to properly make use of it you need to download, build and install capnpc and then build and install this project and then you can utilize it as: