From 545acd1f06e173942fe39fd17515e2853304ee51 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 25 Feb 2015 10:29:20 +0100 Subject: [PATCH] Limitation documentation --- docs/general.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/general.rst b/docs/general.rst index 6d08118f..69afacfc 100644 --- a/docs/general.rst +++ b/docs/general.rst @@ -33,3 +33,12 @@ complexity for the client due to the fact only some command on some VM can be concurrent. +Authentification +----------------- + +In this version of the API you have no authentification system. If you +listen on your network interface instead of localhost be carefull. Due +to the nature of the multiple supported VM it's easy for an user to +upload and run code on your machine. + +