From ec938dd6a5aba9f15e78df8ad73dbd12b16f529d Mon Sep 17 00:00:00 2001 From: Jake Ichikawa Date: Mon, 18 Sep 2023 13:08:01 -0700 Subject: [PATCH] Fix markdownlint error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d70d19f..96d301f5 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Important security note: * By default, TabPy is configured without username/password authentication. We strongly advise using TabPy only with authentication enabled. For more information, see -[TabPy Server Configuration Instructions](docs/server-config.md#authentication). +[TabPy Server Configuration Instructions](docs/server-config.md#authentication). Without authentication in place, if the TABPY_EVALUATE_ENABLE feature is enabled (as it is by default), there is the possibility that unauthenticated individuals could remotely execute code on the machine running TabPy.