From 8962f2a902aca479c6d0f45ceffdf55191fd74d9 Mon Sep 17 00:00:00 2001 From: bitcartel Date: Thu, 1 Sep 2016 11:12:48 -0700 Subject: [PATCH] Update security-warnings.md about REST interface --- doc/security-warnings.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/security-warnings.md b/doc/security-warnings.md index a999fe17e..35e6dee86 100644 --- a/doc/security-warnings.md +++ b/doc/security-warnings.md @@ -37,3 +37,10 @@ be able to: You should ensure no other users have the ability to execute code (even unprivileged) on the hardware your `zcashd` process runs on until these vulnerabilities are fully analyzed and fixed. + +REST Interface +-------------- + +The REST interface is a feature inherited from upstream Bitcoin. By default, +it is disabled. We do not recommend you enable it until it has undergone a +security review.