mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.10`: - [[Security Solution] Fixes MITRE page description (#165363)](https://github.com/elastic/kibana/pull/165363) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Davis Plumlee","email":"56367316+dplumlee@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-09-01T22:54:20Z","message":"[Security Solution] Fixes MITRE page description (#165363)","sha":"39c2df21d65faf48235f3b2bd73203cd6b8ad830","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","impact:low","Team:Detections and Resp","Team: SecuritySolution","Feature:Rule Management","Team:Detection Rule Management","v8.10.0","v8.11.0"],"number":165363,"url":"https://github.com/elastic/kibana/pull/165363","mergeCommit":{"message":"[Security Solution] Fixes MITRE page description (#165363)","sha":"39c2df21d65faf48235f3b2bd73203cd6b8ad830"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165363","number":165363,"mergeCommit":{"message":"[Security Solution] Fixes MITRE page description (#165363)","sha":"39c2df21d65faf48235f3b2bd73203cd6b8ad830"}}]}] BACKPORT--> Co-authored-by: Davis Plumlee <56367316+dplumlee@users.noreply.github.com>
This commit is contained in:
parent
b797a06bbc
commit
a5f3f46f2d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export const links: LinkItem = {
|
|||
description: i18n.translate(
|
||||
'xpack.securitySolution.appLinks.coverageOverviewDashboardDescription',
|
||||
{
|
||||
defaultMessage: 'Review and maintain your protections MITRE ATT&CK® coverage',
|
||||
defaultMessage: 'Review and maintain your protections MITRE ATT&CK® coverage.',
|
||||
}
|
||||
),
|
||||
path: COVERAGE_OVERVIEW_PATH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue