From 777ad8f1c3fece86fc151181ffb4aade0fdf9d09 Mon Sep 17 00:00:00 2001 From: David G Date: Fri, 24 Jan 2025 14:36:54 +0000 Subject: [PATCH] Update settings.py --- vulmatch/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vulmatch/settings.py b/vulmatch/settings.py index 07ec36a..9dc6288 100644 --- a/vulmatch/settings.py +++ b/vulmatch/settings.py @@ -179,6 +179,9 @@ {"name": "CPE", "description": "Search and filter CPE objects."}, {"name": "KEV", "description": "Search and filter KEV objects."}, {"name": "EPSS", "description": "Search and filter EPSS objects."}, + {"name": "ATT&CK", "description": "Search and filter MITRE ATT&CK objects."}, + {"name": "CAPEC", "description": "Search and filter MITRE CAPEC objects."}, + {"name": "CWE", "description": "Search and filter MITRE CWE objects."}, {"name": "Objects", "description": "Explore all STIX Objects stored in Vulmatch."}, {"name": "Arango CVE Processor", "description": "Trigger the generation of relationships between objects."}, {"name": "Jobs", "description": "Search through Vulmatch Jobs triggered when downloading data and creating relationships."},