From 01fb02ee639cea9fa950d8803dbac6985ec38588 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Tue, 23 Mar 2021 10:13:29 -0500 Subject: [PATCH 1/2] [DOCS] Adds security update to 7.11.2 release notes --- docs/CHANGELOG.asciidoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 482c841fd8e1f..636ada956072b 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -95,11 +95,18 @@ For detailed information about the n.n.n release, review the following sections. [[release-notes-7.11.2]] == {kib} 7.11.2 -The 7.11.2 release includes the following bug fixes. For information on the breaking changes, refer to <>. +The 7.11.2 release includes the following security update, known issues, and bug fixes. For information on the breaking changes, refer to <>. + +[float] +[[security-update-v7.11.2]] +=== Security update + +Security update for 7.11.2. + [float] [[known-issues-v7.11.2]] -=== Known issues +=== Known issue When upgrading from 7.11.0 or 7.11.1 to 7.11.2, certain connectors, including those that connect to Jira, ServiceNow, and IBM Resilient, are not properly migrated during the upgrade process, causing them to be From 7e87b10a22f4b1e66c1f5e226267ca83fa3e07f6 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Tue, 23 Mar 2021 10:30:33 -0500 Subject: [PATCH 2/2] [DOCS] Adds security content --- docs/CHANGELOG.asciidoc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 636ada956072b..77dc5cbe68a04 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -95,14 +95,25 @@ For detailed information about the n.n.n release, review the following sections. [[release-notes-7.11.2]] == {kib} 7.11.2 -The 7.11.2 release includes the following security update, known issues, and bug fixes. For information on the breaking changes, refer to <>. +The 7.11.2 release includes the following security update, known issue, and bug fixes. For information on the breaking changes, refer to <>. [float] [[security-update-v7.11.2]] === Security update -Security update for 7.11.2. +When you use the following background API calls, {kib} extends your session and fails to log you out: +* POST /api/ui_metric/report + +* POST /api/index_management/indices/reload + +* POST /api/index_lifecycle_management/policies?withIndices=true + +* GET /api/remote_clusters + +* GET /api/saved_objects_tagging/tags + +To avoid extending the session, use the `kbn-system-request` header, which indicates that the API call is not a user request. [float] [[known-issues-v7.11.2]]