From 8b1175eb784a560e695030b93f8afcf46262c40e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20Gill=C3=A9?= <philipp.gille@gmail.com>
Date: Sun, 5 May 2019 20:14:12 +0200
Subject: [PATCH] Add another related project to README

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 99b007b..675c52e 100644
--- a/README.md
+++ b/README.md
@@ -228,4 +228,6 @@ Related projects
   - Con: Too many features ("[feature creep](https://en.wikipedia.org/wiki/Feature_creep)")? Many dependencies.
 - [https://github.com/syntaqx/serve](https://github.com/syntaqx/serve)
   - Con: No option to require authentication, no installation packages for Windows or Linux
+- [https://github.com/rhardih/serve](https://github.com/rhardih/serve)
+  - Con: No option to require authentication, no installation packages, no HTTPS when _not_ using HTTP/2, when using HTTP/2 the certificate and private key are written to disk in the current working directory, *which is served by default*, so an attacker can easily download and use them in a Man-in-the-Middle attack without the client noticing (because it's the correct certificate) (as of 2019-05-05 - I created [an issue](https://github.com/rhardih/serve/issues/3) for that and hope it gets fixed soon)
 - Many others!