Skip to content

Commit 6c3960f

Browse files
ulircbuescher
authored andcommitted
[Docs] Fix broken bulleted lists (#27470)
1 parent b5360cc commit 6c3960f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/modules/scripting/security.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ possible for a sufficiently determined malicious user to write searches that
3535
overwhelm the Elasticsearch cluster and bring it down. For example:
3636

3737
Good:
38+
3839
* Users type text into a search box and the text is sent directly to a
3940
<<query-dsl-match-query>>, <<query-dsl-match-query-phrase>>,
4041
<<query-dsl-simple-query-string-query>>, or any of the <<search-suggesters>>.
@@ -44,6 +45,7 @@ the application development process.
4445
* User actions makes documents with a fixed structure.
4546

4647
Bad:
48+
4749
* Users can write arbitrary scripts, queries, `_search` requests.
4850
* User actions make documents with structure defined by users.
4951

0 commit comments

Comments
 (0)