From a0b3a6a59f472e151219cbd02178129baef3df31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 7 Feb 2018 11:03:48 +0100 Subject: [PATCH] fix: Typos in predicate names (CERT-XLM & pentest). --- CERT-XLM/machinetag.json | 8 ++++---- pentest/machinetag.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CERT-XLM/machinetag.json b/CERT-XLM/machinetag.json index 206a212..4c74989 100755 --- a/CERT-XLM/machinetag.json +++ b/CERT-XLM/machinetag.json @@ -1,5 +1,5 @@ { - "version": 1, + "version": 2, "namespace": "CERT-XLM", "description": "CERT-XLM Security Incident Classification.", "values": [ @@ -104,7 +104,7 @@ ] }, { - "predicate": "intrusions", + "predicate": "intrusion", "entry": [ { "value": "privileged-account-compromise", @@ -286,8 +286,8 @@ "description": "Vulnerable" }, { - "value": "comformity", - "expanded": "Comformity", + "value": "conformity", + "expanded": "Conformity", "description": "This group is for catching breach about controls given by the company or externals entities." }, { diff --git a/pentest/machinetag.json b/pentest/machinetag.json index ecf4d2f..702ce6f 100644 --- a/pentest/machinetag.json +++ b/pentest/machinetag.json @@ -1,5 +1,5 @@ { - "version": 1, + "version": 2, "namespace": "pentest", "description": "pentest classification.", "values": [ @@ -220,7 +220,7 @@ "description": "Automated tool that perform network checks" }, { - "value": "exploit ", + "value": "exploit", "expanded": "Exploit", "description": "Exploitation of a vulnerability" },