From f618d4728c3ef0d02e760945c8e00168475ea06d Mon Sep 17 00:00:00 2001 From: Chen Yuheng Date: Tue, 2 Jun 2015 00:53:32 +0800 Subject: [PATCH] Update Readme.md --- parser/Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/parser/Readme.md b/parser/Readme.md index d642c0b..5758fc2 100644 --- a/parser/Readme.md +++ b/parser/Readme.md @@ -15,7 +15,10 @@ Rust 1.0.0 and nightly! See [Document](http://chyh1990.github.io/yaml-rust/doc/yaml_rust/) -NOTE: This library is still under heavily development. +> NOTE: This library is still under heavily development. + +> WARNING: This library needs more tests and it is NOT ready for +> parsing arbitrary user input from *untrusted source*. ## Quick Start