From dd0bb580b0f344695f8ed5eef099882033e1efda Mon Sep 17 00:00:00 2001 From: Ulrich Reffle Date: Tue, 21 Nov 2017 11:10:35 +0100 Subject: [PATCH] [Docs] Fix broken bulleted lists (#27470) --- docs/reference/modules/scripting/security.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/modules/scripting/security.asciidoc b/docs/reference/modules/scripting/security.asciidoc index 37168f56b8f..f1946bd0f28 100644 --- a/docs/reference/modules/scripting/security.asciidoc +++ b/docs/reference/modules/scripting/security.asciidoc @@ -35,6 +35,7 @@ possible for a sufficiently determined malicious user to write searches that overwhelm the Elasticsearch cluster and bring it down. For example: Good: + * Users type text into a search box and the text is sent directly to a <>, <>, <>, or any of the <>. @@ -44,6 +45,7 @@ the application development process. * User actions makes documents with a fixed structure. Bad: + * Users can write arbitrary scripts, queries, `_search` requests. * User actions make documents with structure defined by users.