From c8e4cbfe8feef360c2c9f303335ddfb94eb84a8a Mon Sep 17 00:00:00 2001 From: Ulrich Reffle Date: Tue, 21 Nov 2017 10:05:02 +0100 Subject: [PATCH] Formatting: fix broken bulleted lists. --- 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 37168f56b8f14..f1946bd0f2876 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.