Skip to content

Commit 5a27b75

Browse files
[CISA KEVs] Add Security Solution tag in dashboard (elastic#13309)
Added a Security Solution tag in the [Vulnerability] CISA Known Exploited Vulnerabilities dashboard to show up when looking at Security -> Dashboards.
1 parent ca62d96 commit 5a27b75

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

packages/cisa_kevs/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.6.0"
3+
changes:
4+
- description: Add 'Security Solution' tag in the dashboard.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13309
27
- version: "1.5.0"
38
changes:
49
- description: Update Kibana constraint to support 9.0.0.

packages/cisa_kevs/kibana/dashboard/cisa_kevs-dcb4dd40-d17a-11ee-b159-799470efb549.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@
10701070
"version": 1
10711071
},
10721072
"coreMigrationVersion": "8.8.0",
1073-
"created_at": "2024-02-29T03:20:22.877Z",
1073+
"created_at": "2025-03-27T08:46:37.994Z",
10741074
"id": "cisa_kevs-dcb4dd40-d17a-11ee-b159-799470efb549",
10751075
"managed": false,
10761076
"references": [
@@ -1118,6 +1118,11 @@
11181118
"id": "logs-*",
11191119
"name": "16245c6e-c656-4464-8e41-2f2ef485c99d:indexpattern-datasource-layer-6e62103f-8ff3-4d24-916f-7a9702eb9f31",
11201120
"type": "index-pattern"
1121+
},
1122+
{
1123+
"id": "cisa_kevs-security-solution-default",
1124+
"name": "tag-ref-security-solution-default",
1125+
"type": "tag"
11211126
}
11221127
],
11231128
"type": "dashboard",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"attributes": {
3+
"color": "#D36086",
4+
"description": "",
5+
"name": "Security Solution"
6+
},
7+
"coreMigrationVersion": "8.8.0",
8+
"created_at": "2025-03-27T08:46:46.730Z",
9+
"id": "cisa_kevs-security-solution-default",
10+
"managed": true,
11+
"references": [],
12+
"type": "tag",
13+
"typeMigrationVersion": "8.0.0"
14+
}

packages/cisa_kevs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.3
22
name: cisa_kevs
33
title: "CISA Known Exploited Vulnerabilities"
4-
version: "1.5.0"
4+
version: "1.6.0"
55
description: "This package allows the ingest of known exploited vulnerabilities according to the Cybersecurity and Infrastructure Security Agency of the United States of America. This information could be used to enrich or track exisiting vulnerabilities that are known to be exploited in the wild."
66
type: integration
77
categories:

0 commit comments

Comments
 (0)