From 31faaf147e9ae248a05ad2fb26afc86df6283db7 Mon Sep 17 00:00:00 2001 From: LuFlo Date: Thu, 24 Aug 2017 21:00:28 +0200 Subject: [PATCH] Fixed minimum NodeJS version NodeJS version was increased due to http header splitting vulnerability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aef7f727..7ddbb909 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A file sharing experiment which allows you to send encrypted files to other user ## Requirements -- [Node.js 8+](https://nodejs.org/) +- [Node.js 8.2+](https://nodejs.org/) - [Redis server](https://redis.io/) **NOTE:** To run the project, make sure you have a Redis server running locally: