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."},